mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
15 lines
297 B
JSON
15 lines
297 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"gitIgnoredAuthors": [
|
|
"githubaction@githubaction.com"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"packageNames": ["docker-compose"],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"prCreation": "immediate"
|
|
}
|