mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-10 16:54:18 +00:00
chore(config): migrate config renovate.json
This commit is contained in:
parent
6817d55112
commit
6b7f8b0bee
1 changed files with 12 additions and 3 deletions
|
|
@ -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$",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue