Skip to content

Commit

Permalink
Migrated to customManagers in Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 30, 2023
1 parent 21f806e commit b87a602
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 @@ -34,15 +34,17 @@
"pin": { "labels": ["bump/pin"] },
"digest": { "labels": ["bump/digest"] },

"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\n(ENV|ARG) .*?_VERSION=(?<currentValue>.*)\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
},
{
"customType": "regex",
"fileMatch": ["(^|/|\\.)Dockerfile[^/]*$"],
"matchStrings": [
"#syntax=(?<depName>.*?):(?<currentValue>.*?)\\n"
Expand Down

0 comments on commit b87a602

Please sign in to comment.