chore(config): migrate config renovate.json

This commit is contained in:
renovate[bot] 2023-08-22 18:37:27 +00:00 committed by GitHub
parent 6817d55112
commit 6b7f8b0bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +1,27 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>renovatebot/.github"], "extends": [
"assignees": ["maxbrunet", "rarkins", "viceice"], "github>renovatebot/.github"
],
"assignees": [
"maxbrunet",
"rarkins",
"viceice"
],
"automergeType": "pr", "automergeType": "pr",
"prCreation": "immediate", "prCreation": "immediate",
"packageRules": [ "packageRules": [
{ {
"matchPackageNames": ["renovate"], "matchPackageNames": [
"renovate"
],
"automerge": true, "automerge": true,
"separateMinorPatch": false "separateMinorPatch": false
} }
], ],
"regexManagers": [ "regexManagers": [
{ {
"customType": "regex",
"description": "Update Renovate", "description": "Update Renovate",
"fileMatch": [ "fileMatch": [
"^\\.pre-commit-(?:config|hooks)\\.yaml$", "^\\.pre-commit-(?:config|hooks)\\.yaml$",