Skip to content

Commit

Permalink
chore: special golang docker handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jun 19, 2024
1 parent 35b04b0 commit 64e1442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"packageRules": [
{
"matchDatasources": ["docker"],
"versioning": "loose"
"matchPackageNames": ["golang"],
"versionCompatibility": "^(?<version>.*)-(?<compatibility>.*)$",
"versioning": "semver"
}
]
}

0 comments on commit 64e1442

Please sign in to comment.