Skip to content

Commit 9c2b05d

Browse files
authored
Disable auto creation of deps PRs for renovate (#960)
According to - https://docs.renovatebot.com/faq/#tell-renovate-to-ask-for-approval-before-creating-a-pull-request we can add this option to enforce manual creation of PRs from the dashboard
1 parent 70d05ef commit 9c2b05d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": [
44
"config:base", ":dependencyDashboard"
55
],
6+
"dependencyDashboardApproval": true,
67
"packageRules": [
78
{
89
"groupName": "Androidx Lifecycle deps",

0 commit comments

Comments
 (0)