chore(config): migrate config renovate.json
This commit is contained in:
parent
f7ab583c6e
commit
5b64f30293
1 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"fileMatch": ["k8s/.+\\.yaml$"]
|
"fileMatch": [
|
||||||
|
"k8s/.+\\.yaml$"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue