From fa56e6b4a88e844424224096960c8218c5daa0e3 Mon Sep 17 00:00:00 2001 From: jumpei-miyata Date: Mon, 11 Sep 2023 17:15:22 +0900 Subject: [PATCH] chore: fix renovate creating duplicate golangci-lint PRs --- renovate.json5 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 4dd312ed..3a7d6fbb 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -13,15 +13,6 @@ ], "groupName": "all", // Combine pull requests into one "schedule": ["after 3am on the first day of the month"], // Monthly(before 3am on the first day of the month) is unstable. - regexManagers: [ - { - fileMatch: ["^.tool-versions$"], - matchStrings: ["golangci-lint (?\\d+\\.\\d+\\.\\d+)"], - datasourceTemplate: "github-releases", - depNameTemplate: "golangci/golangci-lint", - extractVersionTemplate: "^v(?.*)$" - } - ], packageRules: [ { groupName: "golang-version", @@ -33,10 +24,5 @@ matchManagers: ["asdf"], matchPackageNames: ["golang"] }, - { - groupName: "golangci-lint", - matchManagers: ["regex"], - matchPackageNames: ["golangci/golangci-lint"] - } ] }