Skip to content

Commit

Permalink
Merge pull request #271 from genu/renovate/migrate-config
Browse files Browse the repository at this point in the history
  • Loading branch information
genu authored Dec 9, 2024
2 parents 62c050a + 5c1abae commit f91d297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": ["config:recommended"],
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
"automerge": true,
"matchPackageNames": ["*"]
}
],
"lockFileMaintenance": {
Expand Down

0 comments on commit f91d297

Please sign in to comment.