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": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": [
".ref" "^.ref$"
], ],
"matchStrings": [ "matchStrings": [
"(?<currentValue>)(?<currentDigest>.*?)" "(?<currentValue>)(?<currentDigest>.*)"
], ],
"depNameTemplate": "https://github.com/pixelfed/pixelfed.git", "depNameTemplate": "https://github.com/pixelfed/pixelfed.git",
"versioningTemplate": "git", "versioningTemplate": "git",
@ -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+"