Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jamacku committed Nov 21, 2024
1 parent 78c331b commit b839832
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],

"extends": ["config:recommended"],
"labels": ["type: dependencies"],
"github-actions": {
"extends": ["schedule:monthly"],
"addLabels": ["github-actions"]
},

"js": {
"extends": ["schedule:monthly"],
"addLabels": ["javascript"]
},

"docker": {
"extends": ["schedule:monthly"],
"addLabels": ["docker"]
}
"packageRules": [
{
"matchCategories": ["js"],
"extends": ["schedule:monthly"],
"addLabels": ["javascript"]
},
{
"matchCategories": ["docker"],
"extends": ["schedule:monthly"],
"addLabels": ["docker"]
}
]
}

0 comments on commit b839832

Please sign in to comment.