Skip to content

Commit

Permalink
🔧 updateing renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Nov 9, 2023
1 parent 0add461 commit af0a997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fileMatch": ["^.github/(?:workflows|actions)/.+\\.ya?ml$"],
"matchStrings": ["datasource=(?<datasource>.*?) depName=(?<depName>.*?)\n.*?'(?<currentValue>.*)'\n"],
"versioningTemplate": "semver-coerced",
"extractVersionTemplate": "^v?(?<version>.*)$"
"extractVersionTemplate": "^(v|go)?(?<version>.*)$"
}
],
"packageRules": [
Expand Down

0 comments on commit af0a997

Please sign in to comment.