chore(config): migrate renovate config (#2027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-13 23:12:46 +02:00
committed by GitHub
parent bd536e61cc
commit bebc44c948

View File

@@ -21,8 +21,12 @@
] ]
}, },
{ {
"matchManagers": ["gomod"], "matchManagers": [
"matchDepTypes": ["indirect"], "gomod"
],
"matchDepTypes": [
"indirect"
],
"enabled": true "enabled": true
}, },
{ {
@@ -58,7 +62,9 @@
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["."], "managerFilePatterns": [
"/./"
],
"matchStrings": [ "matchStrings": [
"[\\t ]*(?:#|//) ?renovate: (?<datasource>git-refs)=(?<depName>\\S+)(?: branch=(?<currentValue>\\S+))?[\\t ]*\\r?\\n.+?[:=][\\t ]*[\"']?(?<currentDigest>[a-f0-9]+)[\"']?", "[\\t ]*(?:#|//) ?renovate: (?<datasource>git-refs)=(?<depName>\\S+)(?: branch=(?<currentValue>\\S+))?[\\t ]*\\r?\\n.+?[:=][\\t ]*[\"']?(?<currentDigest>[a-f0-9]+)[\"']?",
"[\\t ]*(?:#|//) ?renovate: (?<datasource>[^=]+)=(?<depName>\\S+)(?: registry=(?<registryUrl>\\S+))?(?: versioning=(?<versioning>\\S+))?[\\t ]*\\r?\\n.+?[:=][\\t ]*[\"']?(?<currentValue>[^@\\s\"'=]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?" "[\\t ]*(?:#|//) ?renovate: (?<datasource>[^=]+)=(?<depName>\\S+)(?: registry=(?<registryUrl>\\S+))?(?: versioning=(?<versioning>\\S+))?[\\t ]*\\r?\\n.+?[:=][\\t ]*[\"']?(?<currentValue>[^@\\s\"'=]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"
@@ -69,9 +75,9 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "managerFilePatterns": [
"Makefile", "/Makefile/",
"(^|/).+\\.go" "/(^|/).+\\.go/"
], ],
"matchStrings": [ "matchStrings": [
"go run (?<depName>\\S+)@(?<currentValue>\\S+)" "go run (?<depName>\\S+)@(?<currentValue>\\S+)"
@@ -80,8 +86,8 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "managerFilePatterns": [
"(^|/).+\\.yaml$" "/(^|/).+\\.yaml$/"
], ],
"matchStrings": [ "matchStrings": [
"[\\t ]*image:[\\t ]*\\r?\\n[\\t ]*registry:[\\t ]*[\"']?(?<registry>.*?)[\"']?[\\t ]*\\r?\\n[\\t ]*(?:repository|name):[\\t ]*[\"']?(?<repository>.*?)[\"']?[\\t ]*\\r?\\n[\\t ]*tag:[\\t ]*[\"']?(?<currentValue>[\\w\\.+-]*)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?", "[\\t ]*image:[\\t ]*\\r?\\n[\\t ]*registry:[\\t ]*[\"']?(?<registry>.*?)[\"']?[\\t ]*\\r?\\n[\\t ]*(?:repository|name):[\\t ]*[\"']?(?<repository>.*?)[\"']?[\\t ]*\\r?\\n[\\t ]*tag:[\\t ]*[\"']?(?<currentValue>[\\w\\.+-]*)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?",