mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-03-29 10:56:54 +00:00
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:
parent
906117d715
commit
23872d589e
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