mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-02 04:03:48 +00:00
chore(config): migrate renovate config (#5350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
parent
07cb026765
commit
900a7a0ca5
1 changed files with 1 additions and 1 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -5,7 +5,7 @@
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": ["shared/constant/constant.go"],
|
"managerFilePatterns": ["/^shared/constant/constant.go$/"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"//\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+DefaultClonePlugin = \"docker.io/woodpeckerci/plugin-git:(?<currentValue>.*)\""
|
"//\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+DefaultClonePlugin = \"docker.io/woodpeckerci/plugin-git:(?<currentValue>.*)\""
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue