Skip to content

Commit

Permalink
chore: try match golang image
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jun 19, 2024
1 parent 4293224 commit c82bb97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["golang"],
"matchPackageNames": ["golang", "library/golang"],
"matchDepNames": ["golang", "library/golang"],
"versionCompatibility": "^(?<version>.*)-(?<compatibility>.*)$",
"versioning": "semver"
}
Expand Down

0 comments on commit c82bb97

Please sign in to comment.