Compare commits
2 commits
d0cad32eaa
...
c507f140d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
c507f140d8 |
|||
|
d80164c60a |
1 changed files with 14 additions and 12 deletions
|
|
@ -3,16 +3,18 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"packageRules": {
|
||||||
// Custom manager using regex for letting Renovate find dependencies in woodpecker Matrix variables.
|
"customManagers": [
|
||||||
{
|
// Custom manager using regex for letting Renovate find dependencies in woodpecker Matrix variables.
|
||||||
"customType": "regex",
|
{
|
||||||
"managerFilePatterns": [
|
"customType": "regex",
|
||||||
"/^\\.woodpecker/.*\\.ya?ml$/"
|
"managerFilePatterns": [
|
||||||
],
|
"/^\\.woodpecker/.*\\.ya?ml$/"
|
||||||
"matchStrings": [
|
],
|
||||||
"# renovate: datasource=(?<datasource>[a-zA-Z0-9-._]+?) depName=(?<depName>[^\\s]+?)(?: packageName=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?\\s*-\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
|
"matchStrings": [
|
||||||
]
|
"# renovate: datasource=(?<datasource>[a-zA-Z0-9-._]+?) depName=(?<depName>[^\\s]+?)(?: packageName=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?\\s*-\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue