chore(config): migrate renovate config (#1322)

chore(config): migrate config renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
renovate[bot] 2023-08-22 19:34:48 +00:00 committed by GitHub
parent 906117d715
commit 23872d589e
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",
"extends": ["github>renovatebot/.github"],
"assignees": ["maxbrunet", "rarkins", "viceice"],
"extends": [
"github>renovatebot/.github"
],
"assignees": [
"maxbrunet",
"rarkins",
"viceice"
],
"automergeType": "pr",
"prCreation": "immediate",
"packageRules": [
{
"matchPackageNames": ["renovate"],
"matchPackageNames": [
"renovate"
],
"automerge": true,
"separateMinorPatch": false
}
],
"regexManagers": [
{
"customType": "regex",
"description": "Update Renovate",
"fileMatch": [
"^\\.pre-commit-(?:config|hooks)\\.yaml$",