Require approval before opening renovate PRs
This commit is contained in:
parent
46669c9b17
commit
a25e83a0df
1 changed files with 2 additions and 8 deletions
|
@ -6,13 +6,6 @@
|
||||||
"workarounds:all"
|
"workarounds:all"
|
||||||
],
|
],
|
||||||
"prConcurrentLimit": 0,
|
"prConcurrentLimit": 0,
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"matchUpdateTypes": ["patch"],
|
|
||||||
"schedule": ["every weekend"],
|
|
||||||
"enabled": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["^Dockerfile$"],
|
"fileMatch": ["^Dockerfile$"],
|
||||||
|
@ -20,5 +13,6 @@
|
||||||
"depNameTemplate": "just-containers/s6-overlay",
|
"depNameTemplate": "just-containers/s6-overlay",
|
||||||
"datasourceTemplate": "github-releases"
|
"datasourceTemplate": "github-releases"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"dependencyDashboardApproval": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue