mirror of
https://github.com/ivuorinen/renovate-config.git
synced 2026-02-07 02:48:18 +00:00
chore(ci): update config, add managers
This commit is contained in:
20
.github/renovate.json
vendored
Normal file
20
.github/renovate.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"assignees": [
|
||||
"ivuorinen"
|
||||
],
|
||||
"automergeType": "pr",
|
||||
"extends": [
|
||||
"github>ivuorinen/renovate-config"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"automerge": true,
|
||||
"matchPackageNames": [
|
||||
"renovate"
|
||||
],
|
||||
"separateMinorPatch": false
|
||||
}
|
||||
],
|
||||
"prCreation": "immediate"
|
||||
}
|
||||
Reference in New Issue
Block a user