Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MShekow committed Nov 2, 2024
1 parent 3db5aed commit 1a156b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
],
"packageRules": [
{
"description": "We allow automerges everywhere, EXCEPT for major(!) Python upgrades",
"description": "We allow automerges everywhere, EXCEPT for major/minor Python upgrades",
"matchPackageNames": ["python"],
"matchDatasources": ["docker"],
"matchUpdateTypes": ["major"],
"matchUpdateTypes": ["major", "minor"],
"automerge": false
}
]
Expand Down

0 comments on commit 1a156b8

Please sign in to comment.