Skip to content

Commit

Permalink
fix: renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
steffakasid committed Nov 23, 2024
1 parent fd65959 commit b5d56ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
{
"customType": "regex",
"fileMatch": [
"^.github\/workflows\/.*.yml$"
"^.github\/workflows\/.*\\.yml$"
],
"matchStrings": [
"\\s(?<depName>go)-version: (?<currentValue>.*?)\n/gm"
"^\\s*(?<depName>go)-version: (?<currentValue>.*?)$"
],
"datasourceTemplate": "go"
"datasourceTemplate": "golang-version"
}
]
}

0 comments on commit b5d56ba

Please sign in to comment.