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