Skip to content

Commit

Permalink
Use loose versioning scheme for updating Netdata nightly version
Browse files Browse the repository at this point in the history
The nightly version in the Ansible role is still set to 1.42.0-122, but 1.42.0-195 is the latest release.

The default versioning scheme for custom stuff in Renovate is `semver`, but it seems that this does play well with the increasing number after the `-`. `loose` apparently also works with quirkier versioning systems. Let's activate this change and see if it has the desired effect.
  • Loading branch information
andyundso committed Sep 25, 2023
1 parent 37089bf commit cb13099
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 @@ -21,7 +21,8 @@
"netdata_nightly_version: \"(?<currentValue>[\\d\\.\\-]+)-nightly\""
],
"datasourceTemplate": "custom.netdata-nightly",
"depNameTemplate": "netdata-nightly"
"depNameTemplate": "netdata-nightly",
"versioningTemplate": "loose"
},
{
"fileMatch": [
Expand Down

0 comments on commit cb13099

Please sign in to comment.