diff --git a/.github/renovate.json b/.github/renovate.json index c1d7bf2..bc7529e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,14 +11,6 @@ "schedule": ["at any time"] }, "packageRules": [ - { - "matchDepTypes": ["devDependencies"], - "automerge": true - }, - { - "matchManagers": ["pre-commit"], - "automerge": true - }, { "matchUpdateTypes": ["minor"], "matchCurrentVersion": "!/^0/", @@ -33,6 +25,14 @@ ], "automerge": true }, + { + "matchDepTypes": ["devDependencies"], + "automerge": true + }, + { + "matchManagers": ["pre-commit"], + "automerge": true + }, { "matchCategories": ["docker"], "matchDepNames": ["docker.io/python"],