Files
uptime/.github/renovate.json

13 lines
223 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>ivuorinen/renovate-config"
],
"packageRules": [
{
"matchPackageNames": ["*"],
"automerge": true
}
]
}