From fbeec011ce2d039a38cb94270ad63f0d1bca0cbe Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 22 Aug 2024 14:41:18 +0200 Subject: [PATCH] chore(renovate): remove workaround --- renovate.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/renovate.json b/renovate.json index 3af13a8..4d83538 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "forgejo-contrib/forgejo-renovate//base.json", - "github>visualon/renovate-config//k3s.json" - ], + "extends": ["forgejo-contrib/forgejo-renovate//base.json"], "assignees": ["viceice"], "baseBranches": ["main", "/^maint\\/.+/"], "packageRules": [ @@ -88,12 +85,6 @@ "matchUpdateTypes": ["major", "minor"], "automerge": false }, - { - "description": "Workaround for k3s https://github.com/visualon/renovate-config/blob/main/k3s.json#L8 https://github.com/renovatebot/renovate/pull/30957", - "matchDatasources": ["github-releases"], - "matchPackageNames": ["k3s-io/k3s"], - "allowedVersions": "/.+/" - }, { "description": "Use test scope for forgejo ci tests", "matchFileNames": ["ci/*.yaml"],