Skip to content

Commit

Permalink
Let Renovate handle the upgrades of CloudFlared
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 7, 2024
1 parent 3bd8eae commit 4eb0d10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "louislam/uptime-kuma"
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG CLOUDFLARED_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "cloudflare/cloudflared",
"versioningTemplate": "loose"
}
],
"packageRules": [
Expand Down

0 comments on commit 4eb0d10

Please sign in to comment.