Skip to content

Commit

Permalink
Customize renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Sep 30, 2024
1 parent 9f958c3 commit db529f8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,25 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"ignorePaths": ["example/frontend/**"],
"groupName": "all dependencies",
"groupSlug": "all",
"lockFileMaintenance": {
"enabled": false
},
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackageNames": [
"*"
]
}
],
"schedule": [
"every weekend"
],
"separateMajorMinor": false
}
}

0 comments on commit db529f8

Please sign in to comment.