chore(renovate): add renovate config
This commit is contained in:
parent
1835203108
commit
c9e2134fc4
1 changed files with 11 additions and 0 deletions
11
renovate.json
Normal file
11
renovate.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>forgejo/renovate-config"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Require approval for all dependencies",
|
||||
"matchDepNames": ["/.+/"],
|
||||
"dependencyDashboardApproval": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue