mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-16 03:19: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",
|
"$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