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 Oct 30, 2024
1 parent 53bf9f6 commit d992fdb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"$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"]
}
"packageRules": [
{
"matchCategories": ["js"],
"extends": ["schedule:monthly"],
"addLabels": ["javascript"]
}
]
}

0 comments on commit d992fdb

Please sign in to comment.