updated renovate.json
Some checks failed
ci/woodpecker/push/dev Pipeline is pending
ci/woodpecker/push/release Pipeline failed

This commit is contained in:
Samuel Philipp 2022-01-15 16:56:14 +01:00
parent ccba123dd6
commit e795a9a411

View file

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