hackatime-desktop/.github/renovate-ci.json5
Leafd 1e52ddc88c
chore(ci): add linters (#22)
* 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>
2025-10-05 00:10:10 -06:00

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"]}
]
}