Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matsavage authored Jun 2, 2024
1 parent 86f1836 commit 86e7a54
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:weekly",
"group:allNonMajor"
"schedule:weekly"
],
"packageRules": [
{
"matchDepTypes": [
"*"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"groupName": "Dependencies (non-major)"
}
]
},
"nix": {
Expand Down

0 comments on commit 86e7a54

Please sign in to comment.