Skip to content

Commit

Permalink
Merge pull request #12 from shiimaxx/renovate-config-go-version
Browse files Browse the repository at this point in the history
Fix renovate.json
  • Loading branch information
shiimaxx authored Dec 11, 2022
2 parents ffa9876 + 3c26715 commit 3ed78fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
],
"regexManagers": [
{
"fileMatch": ["^.github/workflows/ci.yaml$"],
"matchStrings": ["go-version: (?<currentValue>.*?)"],
"fileMatch": ["^\\.github\\/workflows\\/ci\\.yaml$"],
"matchStrings": ["\\sgo-version:\\s(?<currentValue>.*?)\\n"],
"depNameTemplate": "golang",
"datasourceTemplate": "golang-version"
}
Expand Down

0 comments on commit 3ed78fd

Please sign in to comment.