updated renovate.json
All checks were successful
ci/woodpecker/push/dev Pipeline was successful
ci/woodpecker/push/release Pipeline was successful

This commit is contained in:
Samuel Philipp 2022-01-15 17:33:46 +01:00
parent e795a9a411
commit 64b2c7f9ad

View file

@ -10,7 +10,7 @@
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": [
"^.ref$" "^\\.ref$"
], ],
"matchStrings": [ "matchStrings": [
"(?<currentValue>)(?<currentDigest>.*)" "(?<currentValue>)(?<currentDigest>.*)"
@ -21,7 +21,7 @@
}, },
{ {
"fileMatch": [ "fileMatch": [
"^.woodpecker/.release.yml$" "^\\.woodpecker\\/\\.release\\.yml$"
], ],
"matchStrings": [ "matchStrings": [
"\\s+matrix:\\s+VERSION:[-\\s]+(?<currentValue>.*?)\\s+" "\\s+matrix:\\s+VERSION:[-\\s]+(?<currentValue>.*?)\\s+"