Skip to content

Commit

Permalink
feat: renovate CI config (#12)
Browse files Browse the repository at this point in the history
* feat: renovate CI config

* fix: use semantic commit format
  • Loading branch information
hbjydev authored May 25, 2024
1 parent cadd6da commit f11eab6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitTypeAll(chore)"
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:weekly"
]
},
"nix": {
"enabled": true
}
}

0 comments on commit f11eab6

Please sign in to comment.