Skip to content

Commit

Permalink
Merge pull request saltstack#2169 from dafyddj/chore/renovate
Browse files Browse the repository at this point in the history
ci(renovate): change default versioning for our custom manager
  • Loading branch information
twangboy authored Aug 19, 2024
2 parents e6131a6 + ed41f96 commit a9f7901
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>\\S+?)(?: packageName=(?<packageName>\\S+?))?\\s+- [\"']?(?<currentValue>.+?)[\"']?\\s",
],
"autoReplaceStringTemplate": "# renovate: datasource={{{datasource}}} depName={{{depName}}}{{#unless (equals depName packageName)}} packageName={{{packageName}}}{{/unless}}\n- '{{{newValue}}}'\n- '{{{currentValue}}}'\n",
"versioningTemplate": "loose",
},
],
"packageRules": [
Expand All @@ -47,10 +48,6 @@
"matchDepNames": ["firefox-esr"],
"extractVersion": "(?<version>.+)esr$",
},
{
"matchDepNames": ["7zip"],
"versioning": "loose",
},
{
"matchPackageNames": ["python/cpython"],
"separateMinorPatch": true,
Expand Down

0 comments on commit a9f7901

Please sign in to comment.