chore(config): migrate renovate config #84
1 changed files with 7 additions and 3 deletions
|
@ -1,13 +1,17 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"tasks/**"
|
"tasks/**"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": ["^woodpeckerci/"],
|
"groupName": "woodpeckerci",
|
||||||
"groupName": "woodpeckerci"
|
"matchPackageNames": [
|
||||||
|
"/^woodpeckerci//"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue