We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cde7a1e + 2db5901 commit daf18ffCopy full SHA for daf18ff
2 files changed
.changeset/thin-ghosts-care.md
@@ -0,0 +1,2 @@
1
+---
2
renovate.json
@@ -1,6 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["local>api3dao/renovate-config"],
4
+ "major": {
5
+ "dependencyDashboardApproval": true
6
+ },
7
"packageRules": [
8
9
"matchPackageNames": [
@@ -20,7 +23,8 @@
20
23
"matchUpdateTypes": ["major"],
21
24
"schedule": ["before 6pm"],
22
25
"groupName": "api3 major updates",
- "minimumReleaseAge": null
26
+ "minimumReleaseAge": null,
27
+ "dependencyDashboardApproval": false
28
},
29
30
"matchPackageNames": ["@api3/*"],
0 commit comments