Compare commits
2 commits
c507f140d8
...
d0cad32eaa
| Author | SHA1 | Date | |
|---|---|---|---|
|
d0cad32eaa |
|||
|
ddefd6b5e3 |
1 changed files with 12 additions and 14 deletions
|
|
@ -3,18 +3,16 @@
|
|||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"packageRules": {
|
||||
"customManagers": [
|
||||
// Custom manager using regex for letting Renovate find dependencies in woodpecker Matrix variables.
|
||||
{
|
||||
"customType": "regex",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
"customManagers": [
|
||||
// Custom manager using regex for letting Renovate find dependencies in woodpecker Matrix variables.
|
||||
{
|
||||
"customType": "regex",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue