Skip to content

Commit

Permalink
Migrate renovate config (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Nov 15, 2024
1 parent 9f23677 commit 61bc775
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -16,6 +17,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -26,6 +28,7 @@
"depNameTemplate": "alpine_3_20/{{package}}"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG BOOKSTACK_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
Expand All @@ -43,8 +46,8 @@
{
"groupName": "PHP",
"matchDatasources": ["repology"],
"matchDepPatterns": ["alpine.*/php.*"],
"automerge": true
"automerge": true,
"matchDepNames": ["/alpine.*/php.*/"]
},
{
"groupName": "Add-on base image",
Expand Down

0 comments on commit 61bc775

Please sign in to comment.