ci: fix .renovaterc and add json schema (#4556)

Fixes #3293.
pull/4557/head
James Elliott 2022-12-13 10:50:53 +11:00 committed by GitHub
parent 505a7e90b3
commit e15e157dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitTypeAll(build)",
@ -20,11 +21,9 @@
"kubernetes",
"npm"
],
{
"kubernetes": {
"fileMatch": ["kube/.+\\.yml$"]
}
}
"fileMatch": ["kube/.+\\.yml$"],
},
"labels": [
"dependencies"
],