projects
/
cinny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4789578
)
Require approval before opening dep update PR (#865)
author
Krishan
<33421343+kfiven@users.noreply.github.com>
Mon, 19 Sep 2022 15:02:40 +0000
(20:32 +0530)
committer
GitHub
<noreply@github.com>
Mon, 19 Sep 2022 15:02:40 +0000
(20:32 +0530)
.github/renovate.json
patch
|
blob
|
history
diff --git
a/.github/renovate.json
b/.github/renovate.json
index d74593fbbc8f8cdf5a51239b0af73ddb2d38d0e0..46ce4fdfda4ab02f0668e4abd5864a5d6df4565e 100644
(file)
--- a/
.github/renovate.json
+++ b/
.github/renovate.json
@@
-1,7
+1,8
@@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
- "config:base"
+ "config:base",
+ ":dependencyDashboardApproval"
],
"labels": [ "Dependencies" ],
"packageRules": [
@@
-10,6
+11,5
@@
}
],
"lockFileMaintenance": { "enabled": true },
- "dependencyDashboard": true,
- "dependencyDashboardApproval": true
+ "dependencyDashboard": true
}
\ No newline at end of file