Skip to content

Commit 58a8770

Browse files
chore: disable renovate dependency dashboard (#1194) (#36)
1 parent 2e27710 commit 58a8770

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/google-cloud-vpc-access/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ Contributions welcome! See the [Contributing Guide](https://github.com/googleapi
143143
Please note that this `README.md`, the `samples/README.md`,
144144
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
145145
are generated from a central template. To edit one of these files, make an edit
146-
to its template in this
147-
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library).
146+
to its templates in
147+
[directory](https://github.com/googleapis/synthtool).
148148

149149
## License
150150

packages/google-cloud-vpc-access/renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": [
33
"config:base",
4-
"docker:disable"
4+
"docker:disable",
5+
":disableDependencyDashboard"
56
],
67
"pinVersions": false,
78
"rebaseStalePrs": true,

0 commit comments

Comments
 (0)