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": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^.ref$"
|
"^\\.ref$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"(?<currentValue>)(?<currentDigest>.*)"
|
"(?<currentValue>)(?<currentDigest>.*)"
|
||||||
|
@ -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