Migrate renovate config (#175)

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 11:43:07 +01:00 committed by GitHub
parent a78272c81d
commit 41c66d97db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,8 +6,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": [
@ -17,6 +18,7 @@
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
}, },
{ {
"customType": "regex",
"fileMatch": ["/Dockerfile$"], "fileMatch": ["/Dockerfile$"],
"matchStrings": [ "matchStrings": [
"ARG BASHIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+" "ARG BASHIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
@ -26,6 +28,7 @@
"versioningTemplate": "semver" "versioningTemplate": "semver"
}, },
{ {
"customType": "regex",
"fileMatch": ["/Dockerfile$"], "fileMatch": ["/Dockerfile$"],
"matchStrings": [ "matchStrings": [
"ARG S6_OVERLAY_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+" "ARG S6_OVERLAY_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
@ -36,6 +39,7 @@
"extractVersionTemplate": "^v(?<version>.*)$" "extractVersionTemplate": "^v(?<version>.*)$"
}, },
{ {
"customType": "regex",
"fileMatch": ["/Dockerfile$"], "fileMatch": ["/Dockerfile$"],
"matchStrings": [ "matchStrings": [
"ARG TEMPIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+" "ARG TEMPIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
@ -45,6 +49,7 @@
"versioningTemplate": "loose" "versioningTemplate": "loose"
}, },
{ {
"customType": "regex",
"fileMatch": ["/Dockerfile$"], "fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any", "matchStringsStrategy": "any",
"matchStrings": [ "matchStrings": [