Skip to content

Commit

Permalink
Use Renovate to follow pining php tags
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Apr 18, 2024
1 parent 41f9730 commit d058045
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"mergeConfidence:all-badges",
"config:recommended",
":disableDependencyDashboard",
"regexManagers:dockerfileVersions"
],
Expand All @@ -13,8 +14,9 @@
"automerge": true
}
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/|\\.)Dockerfile$",
"(^|/)Dockerfile\\.[^/]*$"
Expand All @@ -25,11 +27,12 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": [
"(^|/|\\.)php-version$"
],
"matchStrings": [
"(?<depName>.*?):(?<currentValue>.*?)@(?<currentDigest>sha256:[a-f0-9]+)"
"(?<depName>.*?):(?<currentValue>.*?)@(?<currentDigest>sha256:\\w+)"
],
"datasourceTemplate": "docker"
}
Expand Down
2 changes: 1 addition & 1 deletion images/yourls/.php-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.3.2-apache@sha256:07eb5fce883c1e08e7316c8a48c2f170e06c9d90494fc52b5bd05cb68acb2de1
8.3.4-apache@sha256:07eb5fce883c1e08e7316c8a48c2f170e06c9d90494fc52b5bd05cb68acb2de1

0 comments on commit d058045

Please sign in to comment.