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": [
|
"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+"
|
||||||
|
|
Reference in a new issue