Skip to content

Commit

Permalink
Remove go-version from regex managers (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Sep 23, 2024
1 parent 385c37b commit 961c03a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions github-actions.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"description": "Update go-version in workflow",
"fileMatch": [
"^\\.github/workflows/.+\\.ya?ml$"
],
"matchStrings": [
"\\s+go-version: (?<currentValue>.+)\\n"
],
"depNameTemplate": "golang-version",
"datasourceTemplate": "golang-version",
"versioningTemplate": "semver-coerced"
},
{
"description": "Update golangci-lint in workflow",
"fileMatch": [
Expand Down

0 comments on commit 961c03a

Please sign in to comment.