Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #264 from cybozu/remove-renovate-assam-regex-manager
Browse files Browse the repository at this point in the history
chore: fix renovate creating duplicate golangci-lint PRs
  • Loading branch information
miyajan authored Sep 11, 2023
2 parents 1805f8d + fa56e6b commit bfa8961
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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 (?<currentValue>\\d+\\.\\d+\\.\\d+)"],
datasourceTemplate: "github-releases",
depNameTemplate: "golangci/golangci-lint",
extractVersionTemplate: "^v(?<version>.*)$"
}
],
packageRules: [
{
groupName: "golang-version",
Expand All @@ -33,10 +24,5 @@
matchManagers: ["asdf"],
matchPackageNames: ["golang"]
},
{
groupName: "golangci-lint",
matchManagers: ["regex"],
matchPackageNames: ["golangci/golangci-lint"]
}
]
}

0 comments on commit bfa8961

Please sign in to comment.