mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-12 09:44: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",
|
"$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$",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue