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.
2 parents b987c6b + 19bc58a commit f6fbe35Copy full SHA for f6fbe35
.github/dependabot.yml
@@ -3,5 +3,7 @@ updates:
3
- package-ecosystem: 'npm'
4
directory: '/'
5
schedule:
6
- interval: 'daily' # weekdays (Monday to Friday)
+ interval: 'weekly'
7
labels: [] # prevent the default `dependencies` label from being added to pull requests
8
+ # Disable @dependabot (except for security updates) because it pollutes a list of PRs, we'll update CI to use @renovate instead
9
+ open-pull-requests-limit: 0
0 commit comments