From 5435c808675cde2117237c65e218cb1f9dbd8a73 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 13 Feb 2023 09:21:34 -0500 Subject: [PATCH] Renovate: c/common rule moved to defaults Ref: https://github.com/containers/automation/pull/128 Signed-off-by: Chris Evich --- .github/renovate.json5 | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1751e4a7..4e3de1fb 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -56,19 +56,4 @@ /************************************************* ***** Golang-specific configuration options ***** *************************************************/ - - "golang": { - // N/B: LAST MATCHING RULE WINS - // https://docs.renovatebot.com/configuration-options/#packagerules - "packageRules": [ - // Package version retraction (https://go.dev/ref/mod#go-mod-file-retract) - // is broken in Renovate - // ref: https://github.com/renovatebot/renovate/issues/13012 - { - "matchPackageNames": ["github.com/containers/common"], - // Both v1.0.0 and v1.0.1 should be ignored. - "allowedVersions": "!/v((1.0.0)|(1.0.1))$/" - }, - ], - }, }