Skip to content

Commit

Permalink
renovate: bump golangci version
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe committed Jun 28, 2023
1 parent d738219 commit 2132d9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
],
"gomod": {}, // Upgrade go dependencies.
"github-actions": {}, // Upgrade GitHub actions.
"regexManagers": [
// Custom golangci version in .golangci.yml comment.
{
"fileMatch": [".golangci.ya?ml$"],
"datasourceTemplate": "docker",
"depNameTemplate": "golangci/golangci-lint",
"matchStrings": ["^# (?<currentValue>v[\\w-.]+)"]
}
],
// Renovate evaluates all packageRules and does not stop after the first match.
// Rules that appear later in this list override earlier rules.
"packageRules": [
Expand Down

0 comments on commit 2132d9f

Please sign in to comment.