Skip to content

Commit

Permalink
Expand arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
c-gerke committed Feb 3, 2025
1 parent 2fd0fdd commit 28d2d10
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,24 @@
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"matchDepTypes": [
"devDependencies"
],
"automerge": true
},
{
"matchPackageNames": ["rubocop"],
"matchPackageNames": [
"rubocop"
],
"allowedVersions": "< 1.45.0"
}
]
Expand Down

0 comments on commit 28d2d10

Please sign in to comment.