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 #224 from cybozu/fix-manage-golangci-lint-version-…
Browse files Browse the repository at this point in the history
…to-renovate

chore: fix renovate settings for golangci-lint
  • Loading branch information
defaultcf authored Nov 10, 2022
2 parents 268648e + 2a3c47b commit ada2a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
fileMatch: ["^.tool-versions$"],
matchStrings: ["golangci-lint (?<currentValue>\\d+\\.\\d+\\.\\d+)"],
datasourceTemplate: "github-releases",
depNameTemplate: "tool-versions/golangci-lint",
depNameTemplate: "golangci/golangci-lint",
extractVersionTemplate: "^v(?<version>.*)$"
}
],
Expand All @@ -42,7 +42,7 @@
{
groupName: "golangci-lint",
matchManagers: ["regex"],
matchPackageNames: ["tool-versions/golangci-lint"]
matchPackageNames: ["golangci/golangci-lint"]
}
]
}

0 comments on commit ada2a52

Please sign in to comment.