Skip to content

Commit

Permalink
run every weekend and group all related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed May 15, 2024
1 parent 64e8c02 commit 8ef305e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,33 @@
"extends": [
"config:recommended"
],
"schedule": [
"every weekend"
],
"ignorePaths": [
"node_modules/**",
"home/**"
],
"packageRules": [
{
"matchCategories": [
"js"
],
"groupName": "All web dependencies"
},
{
"matchCategories": [
"golang"
],
"groupName": "All api dependencies"
},
{
"matchCategories": [
"node",
"docker",
"ci"
],
"groupName": "All other dependencies"
}
]
}

0 comments on commit 8ef305e

Please sign in to comment.