updated renovate.json
This commit is contained in:
parent
ccba123dd6
commit
e795a9a411
1 changed files with 3 additions and 3 deletions
|
@ -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+"
|
||||
|
|
Reference in a new issue