From 9f0fc912a6e7350d0a6687808685d0e32982f9a5 Mon Sep 17 00:00:00 2001 From: overbalance Date: Mon, 5 Jan 2026 11:28:25 -0600 Subject: [PATCH] chore: remove gha updates from renovate, use dependabot instead --- .github/renovate.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 156c3c231..e852edcce 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -56,13 +56,6 @@ "automergeType": "pr", "matchUpdateTypes": ["minor", "patch"] }, - { - "description": "GitHub Actions - auto-merge minor/patch", - "matchManagers": ["github-actions"], - "automerge": true, - "automergeType": "pr", - "matchUpdateTypes": ["minor", "patch"] - }, { "description": "npm, node, @types/node - pinned due to Node.js bug", "matchPackageNames": ["npm", "node", "@types/node"],