From 3babeb83914984fefb953427d6cb071a4a8321c6 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 6 Jun 2026 13:51:32 -0500 Subject: [PATCH] remove renovate config --- renovate.json | 64 --------------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 renovate.json diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 2fdf2ba..0000000 --- a/renovate.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ], - "gitAuthor": "Renovate Bot ", - "branchPrefix": "renovate/", - "semanticCommits": "enabled", - "dependencyDashboard": true, - "labels": [ - "dependencies" - ], - "schedule": [ - "at any time" - ], - "timezone": "UTC", - "prConcurrentLimit": 10, - "prCreation": "immediate", - "automerge": false, - "rangeStrategy": "bump", - "separateMajorMinor": true, - "separateMinorPatch": false, - "packageRules": [ - { - "description": "Go module dependencies", - "matchManagers": [ - "gomod" - ], - "matchUpdateTypes": [ - "major", - "minor", - "patch" - ], - "groupName": null, - "commitMessagePrefix": "chore(deps):" - }, - { - "description": "Docker dependencies", - "matchManagers": [ - "dockerfile" - ], - "matchUpdateTypes": [ - "major", - "minor", - "patch" - ], - "groupName": null, - "commitMessagePrefix": "chore(deps):" - }, - { - "description": "GitHub Actions", - "matchManagers": [ - "github-actions" - ], - "matchUpdateTypes": [ - "major", - "minor", - "patch" - ], - "groupName": null, - "commitMessagePrefix": "chore(deps):" - } - ] -}