mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
chore: fix renovate config (#33)
This commit is contained in:
parent
ac442134d9
commit
38ebaaeffd
1 changed files with 2 additions and 4 deletions
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
|
|
@ -30,16 +30,14 @@
|
|||
"depTypeList": ["devDependencies"],
|
||||
"updateTypes": ["pin", "digest", "patch", "minor"],
|
||||
"schedule": ["at any time"],
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"description": "Automerge renovate minor and patch updates",
|
||||
"packageNames": ["renovate/renovate"],
|
||||
"updateTypes": ["minor", "patch"],
|
||||
"schedule": ["at any time"],
|
||||
"automerge": true,
|
||||
"automergeType": "branch"
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue