appstore-1panel/renovate.json

15 lines
297 B
JSON
Raw Normal View History

2023-06-01 22:52:51 +08:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"gitIgnoredAuthors": [
"githubaction@githubaction.com"
],
"packageRules": [
{
"packageNames": ["docker-compose"],
"automerge": true
}
],
"prCreation": "immediate"
}