We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1ca98 commit 91ebe73Copy full SHA for 91ebe73
owlbot.py
@@ -20,5 +20,6 @@
20
'.github/PULL_REQUEST_TEMPLATE.md',
21
'.github/release-please.yml',
22
'.github/header-checker-lint.yaml',
23
- '.eslintignore'
+ '.eslintignore',
24
+ 'renovate.json'
25
])
renovate.json
@@ -1,6 +1,7 @@
1
{
2
"extends": [
3
"config:base",
4
+ "group:all",
5
"docker:disable",
6
":disableDependencyDashboard"
7
],
0 commit comments