Skip to content

Commit

Permalink
chore: fix renovate automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 21, 2024
1 parent b0c0203 commit 299d927
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
"schedule": ["at any time"]
},
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchManagers": ["pre-commit"],
"automerge": true
},
{
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^0/",
Expand All @@ -32,6 +24,14 @@
"rollback"
],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchManagers": ["pre-commit"],
"automerge": true
}
],
"prConcurrentLimit": 0,
Expand Down

0 comments on commit 299d927

Please sign in to comment.