Skip to content

Commit

Permalink
Merge pull request #769 from brenner-tobias/renovate/migrate-config
Browse files Browse the repository at this point in the history
⬆️: migrate renovate config - abandoned
  • Loading branch information
elcajon authored Jan 13, 2025
2 parents 4d4dfcf + e34a520 commit f6de783
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"labels": ["dependencies", "no-stale"],
"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$"],
"matchStrings": [
"ARG CLOUDFLARED_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
Expand Down

0 comments on commit f6de783

Please sign in to comment.