⬆️: migrate renovate config (#250)

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-12-07 13:31:11 +01:00 committed by GitHub
parent 1ba65b75c3
commit e2289070b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,9 @@
"labels": ["dependencies", "no-stale"], "labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️", "commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}", "commitMessageTopic": "{{depName}}",
"regexManagers": [ "customManagers": [
{ {
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"], "fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any", "matchStringsStrategy": "any",
"matchStrings": [ "matchStrings": [
@ -16,6 +17,7 @@
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
}, },
{ {
"customType": "regex",
"fileMatch": ["/Dockerfile$"], "fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any", "matchStringsStrategy": "any",
"matchStrings": [ "matchStrings": [
@ -26,6 +28,7 @@
"depNameTemplate": "alpine_3_19/{{package}}" "depNameTemplate": "alpine_3_19/{{package}}"
}, },
{ {
"customType": "regex",
"fileMatch": ["/Dockerfile$"], "fileMatch": ["/Dockerfile$"],
"matchStrings": [ "matchStrings": [
"ARG ZERO_TIER_ONE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+" "ARG ZERO_TIER_ONE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"