chore: Disable dependency dashboard in renovate configuration
All checks were successful
CI / cache-and-install (push) Successful in 37s
All checks were successful
CI / cache-and-install (push) Successful in 37s
This commit is contained in:
@ -4,7 +4,8 @@
|
|||||||
"config:base",
|
"config:base",
|
||||||
"schedule:weekly",
|
"schedule:weekly",
|
||||||
"group:allNonMajor",
|
"group:allNonMajor",
|
||||||
":semanticCommitTypeAll(chore)"
|
":semanticCommitTypeAll(chore)",
|
||||||
|
":disableDependencyDashboard"
|
||||||
],
|
],
|
||||||
"forkProcessing": "enabled",
|
"forkProcessing": "enabled",
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
|
Reference in New Issue
Block a user