From cae560f3d86c5ba6708b3bdd69a13e561637517a Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:30:30 +0100 Subject: [PATCH] Delete .github/renovate.json Temporary fix while we wait for upstream issues to be resolved Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> --- .github/renovate.json | 111 ------------------------------------------ 1 file changed, 111 deletions(-) delete mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index f5a6486f7..000000000 --- a/.github/renovate.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "assignAutomerge": false, - "automerge": true, - "configMigration": true, - "dependencyDashboard": true, - "dependencyDashboardAutoclose": true, - "dependencyDashboardLabels": [ - "dependencies" - ], - "enabled": true, - "enabledManagers": [ - "github-actions", - "pep621", - "pep723", - "pre-commit", - "dockerfile" - ], - "extends": [ - "replacements:all", - "workarounds:all" - ], - "gitIgnoredAuthors": [ - "autofix-ci@users.noreply.github.com", - "autofix-ci[bot]@users.noreply.github.com", - "114827586+autofix-ci[bot]@users.noreply.github.com" - ], - "labels": [ - "dependencies" - ], - "lockFileMaintenance": { - "automerge": true, - "enabled": true - }, - "packageRules": [ - { - "dependencyDashboardApproval": true, - "description": "Only update Python versions after approval", - "groupName": "python-version", - "matchPackageNames": [ - "python" - ], - "matchUpdateTypes": [ - "major", - "minor" - ] - }, - { - "dependencyDashboardApproval": true, - "description": "Only update py-cord versions after approval", - "groupName": "py-cord-version", - "matchPackageNames": [ - "py-cord" - ], - "matchUpdateTypes": [ - "major", - "minor", - "patch" - ] - }, - { - "groupName": "pep621", - "matchManagers": [ - "pep621" - ] - }, - { - "groupName": "github-actions", - "matchDatasources": [ - "github-tags" - ], - "matchManagers": [ - "github-actions" - ] - }, - { - "groupName": "github-runners", - "matchDatasources": [ - "github-runners" - ], - "matchManagers": [ - "github-actions" - ] - }, - { - "groupName": "pre-commit", - "matchManagers": [ - "pre-commit" - ] - }, - { - "description": "Update frequently changing pre-commit hooks on Tuesday mornings", - "matchManagers": [ - "pre-commit" - ], - "matchPackageNames": [ - "renovatebot/pre-commit-hooks", - "astral-sh/uv-pre-commit", - "astral-sh/ruff-pre-commit" - ], - "schedule": [ - "* 3-8 * * 2" - ] - } - ], - "prHourlyLimit": 10, - "pre-commit": { - "enabled": true - }, - "timezone": "Europe/London" -}