mirror of
https://github.com/ivuorinen/uptime.git
synced 2026-03-10 10:02:00 +00:00
chore(ci): allow auto-merging
This commit is contained in:
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
@@ -2,5 +2,11 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"github>ivuorinen/renovate-config"
|
"github>ivuorinen/renovate-config"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["*"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user