Skip to content

Commit

Permalink
chore: disable renovate dependency dashboard (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Aug 25, 2021
1 parent e2aa5bc commit 31728d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synthtool/gcp/templates/node_library/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": [
"config:base",
"docker:disable"
"docker:disable",
":disableDependencyDashboard"
],
"pinVersions": false,
"rebaseStalePrs": true,
Expand Down

0 comments on commit 31728d8

Please sign in to comment.