Skip to content

Commit

Permalink
⬆️: migrate renovate config (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfigus authored Jan 5, 2024
2 parents 1541f16 + 020666f commit 04e9ca2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"configMigration": true,
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -17,6 +18,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -27,6 +29,7 @@
"depNameTemplate": "alpine_3_19/{{package}}"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": ["ARG TVHEADEND_COMMIT=\"(?<currentDigest>.*?)\"\\n"],
Expand All @@ -36,6 +39,7 @@
"datasourceTemplate": "git-refs"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": ["ARG COMSKIP_COMMIT=\"(?<currentDigest>.*?)\"\\n"],
Expand All @@ -45,6 +49,7 @@
"datasourceTemplate": "git-refs"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": ["ARG PICONS_RELEASE=\"(?<currentValue>.*?)\"\\n"],
Expand Down

0 comments on commit 04e9ca2

Please sign in to comment.