From 7dca69dfb34d57353cfa9098ad1e64efb5d576d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:22:40 +0000 Subject: [PATCH 1/2] Migrate config .github/renovate.json --- .github/renovate.json | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9bc7736..ba84399 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,19 +1,31 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", ":semanticCommitsDisabled"], - "labels": ["changelog: skip", "dependencies"], + "extends": [ + "config:recommended", + ":semanticCommitsDisabled" + ], + "labels": [ + "changelog: skip", + "dependencies" + ], "minimumReleaseAge": "7 days", "packageRules": [ { "groupName": "github-actions", - "matchManagers": ["github-actions"], - "separateMajorMinor": "false" + "matchManagers": [ + "github-actions" + ], + "separateMajorMinor": false }, { "groupName": "docs/requirements.txt", - "matchPaths": ["docs/requirements.txt"], - "separateMajorMinor": "false" + "matchFileNames": [ + "docs/requirements.txt" + ], + "separateMajorMinor": false } ], - "schedule": ["on the first day of the month"] + "schedule": [ + "on the first day of the month" + ] } From 14ac6d3adbeccc57a7ef9b07141888ea4ca43c9b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 11:23:01 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/renovate.json | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ba84399..14778ed 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,31 +1,19 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended", - ":semanticCommitsDisabled" - ], - "labels": [ - "changelog: skip", - "dependencies" - ], + "extends": ["config:recommended", ":semanticCommitsDisabled"], + "labels": ["changelog: skip", "dependencies"], "minimumReleaseAge": "7 days", "packageRules": [ { "groupName": "github-actions", - "matchManagers": [ - "github-actions" - ], + "matchManagers": ["github-actions"], "separateMajorMinor": false }, { "groupName": "docs/requirements.txt", - "matchFileNames": [ - "docs/requirements.txt" - ], + "matchFileNames": ["docs/requirements.txt"], "separateMajorMinor": false } ], - "schedule": [ - "on the first day of the month" - ] + "schedule": ["on the first day of the month"] }