mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 18:37:25 +08:00
feat:Update renovate.json
This commit is contained in:
parent
5c925c4c14
commit
ff752a8725
@ -1,6 +1,14 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
"extends": ["config:base"],
|
||||
"gitIgnoredAuthors": [
|
||||
"githubaction@githubaction.com"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"packageNames": ["docker-compose"],
|
||||
"automerge": true
|
||||
}
|
||||
],
|
||||
"prCreation": "immediate"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user