Migrate renovate config (#443)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-10 12:06:34 +01:00 committed by GitHub
parent 8dd7b22c60
commit 79624c71bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,9 @@
"labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
@ -17,6 +18,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
@ -27,6 +29,7 @@
"depNameTemplate": "alpine_3_20/{{package}}"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG TASMOADMIN_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
@ -43,8 +46,8 @@
{
"groupName": "PHP",
"matchDatasources": ["repology"],
"matchDepPatterns": ["alpine.*/php.*"],
"automerge": true
"automerge": true,
"matchDepNames": ["/alpine.*/php.*/"]
},
{
"groupName": "Add-on base image",