mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 15:18:22 +00:00
* chore(ci): add linters * chore: apply linter fixes * chore(ci): add cache layer * chore(ci): change lint flavour * chore: apply linter fixes * chore(cI): fix linter errors * chore * chore(ci): add renovate * chore(ci): add renovate workflow * chore( * chore(ci): enable git lfs --------- Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
23 lines
No EOL
910 B
Text
23 lines
No EOL
910 B
Text
{
|
|
"extends": [":enableRenovate", ":semanticCommits", ":enablePreCommit"],
|
|
"platform": "github",
|
|
"username": "leafdbot[bot]",
|
|
"repositories": ["hackclub/hackatime-desktop"],
|
|
"onboarding": false,
|
|
"requireConfig": "optional",
|
|
"gitAuthor": "leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>",
|
|
"timezone": "UTC",
|
|
"dependencyDashboard": true,
|
|
"stabilityDays": 1,
|
|
"platformCommit": true,
|
|
"prCreation": "not-pending",
|
|
"commitBody": "Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>",
|
|
"suppressNotifications": ["prIgnoreNotification"],
|
|
"rebaseWhen": "conflicted",
|
|
"git-submodules": {"enabled": true},
|
|
"packageRules": [
|
|
{"matchUpdateTypes": ["major"], "addLabels": ["dependency/major"]},
|
|
{"matchUpdateTypes": ["minor"], "addLabels": ["dependency/minor"]},
|
|
{"matchUpdateTypes": ["patch"], "addLabels": ["dependency/patch"]}
|
|
]
|
|
} |