Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 82eb03e

Browse files
chore: disable renovate dependency dashboard (#1194) (#613)
1 parent f0c3dfe commit 82eb03e

9 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
3-
digest: sha256:6245a5be4c0406d9b2f04f380d8b88ffe4655df3cdbb57626f8913e8d620f4dd
3+
digest: sha256:667a9e46a9aa5b80240ad164d55ac33bc9d6780b5ef42f125a41f0ad95bc1950

.kokoro/continuous/node10/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/continuous/node10/test.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/presubmit/node10/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/samples-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/system-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ Contributions welcome! See the [Contributing Guide](https://github.com/googleapi
150150
Please note that this `README.md`, the `samples/README.md`,
151151
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
152152
are generated from a central template. To edit one of these files, make an edit
153-
to its template in this
154-
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library).
153+
to its templates in
154+
[directory](https://github.com/googleapis/synthtool).
155155

156156
## License
157157

renovate.json

Lines changed: 2 additions & 1 deletion
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)