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