From f4231a200d3ab6ad5f7e1dc6a66ee2d2ebbd29a5 Mon Sep 17 00:00:00 2001 From: monosans Date: Mon, 21 Oct 2024 10:02:24 +0300 Subject: [PATCH] chore: fix renovate automerge --- .github/renovate.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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"],