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 b8090a8 commit 844e803
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:reccomended"
],
"schedule": [
"every weekend"
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:weekly"
]
},
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
"patch",
"minor"
],
"groupName": "all non-major updates"
}
],
"automerge": true,
"automergeType": "branch",
"automergeComment": "Passed tests: automerging.",
"nix": {
"enabled": true
}
Expand Down

0 comments on commit 844e803

Please sign in to comment.