diff --git a/owlbot.py b/owlbot.py index fd1d28c98..064180b6b 100644 --- a/owlbot.py +++ b/owlbot.py @@ -20,5 +20,6 @@ '.github/PULL_REQUEST_TEMPLATE.md', '.github/release-please.yml', '.github/header-checker-lint.yaml', - '.eslintignore' + '.eslintignore', + 'renovate.json' ]) diff --git a/renovate.json b/renovate.json index f39fd3232..7cfb99c37 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "extends": [ "config:base", + "group:all", "docker:disable", ":disableDependencyDashboard" ],