Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

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 c4d86fb commit f4231a2
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 @@ -33,6 +25,14 @@
],
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"matchManagers": ["pre-commit"],
"automerge": true
},
{
"matchCategories": ["docker"],
"matchDepNames": ["docker.io/python"],
Expand Down

0 comments on commit f4231a2

Please sign in to comment.