aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Oss <6331106+codyoss@users.noreply.github.com>2022-07-06 12:33:58 -0500
committerGitHub <noreply@github.com>2022-07-06 10:33:58 -0700
commit6ac663078b83f1a61aba3cfbec567889b50ff211 (patch)
tree566938fb0ae40632341a4b3b64350ff8c1152390
parentd5ed1f7799fa5af858f1cfdb5ab238c2588445f4 (diff)
downloadgoogleapis-enterprise-certificate-proxy-6ac663078b83f1a61aba3cfbec567889b50ff211.tar.gz
chore: disable dep dashboard (#19)
Fixes: #18
-rw-r--r--renovate.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index f45d8f1..67b4587 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,5 +1,6 @@
{
"extends": [
- "config:base"
+ "config:base",
+ ":disableDependencyDashboard"
]
}