diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0caf01d67..a94eab6a9 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,9 +30,16 @@ commitMessagePrefix: "⬆\uFE0F\uD83E\uDE9D", }, { - "description": "Automerge patch updates", - "matchUpdateTypes": ["patch"], - "automerge": true + description: "Automerge patch updates", + matchUpdateTypes: ["patch"], + automerge: true + }, + { + description: "Automerge minor updates for stable dependencies", + matchManagers: ["pep621", "pre-commit"], + matchUpdateTypes: ["minor", "patch"], + matchCurrentVersion: "!/^0/", + automerge: true } ] }