Skip to content

Commit f6fbe35

Browse files
authored
Merge pull request #2032 from ably/chore/trurn-off-dependabot
chore: configure Dependabot to weekly checks and limit PRs
2 parents b987c6b + 19bc58a commit f6fbe35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ updates:
33
- package-ecosystem: 'npm'
44
directory: '/'
55
schedule:
6-
interval: 'daily' # weekdays (Monday to Friday)
6+
interval: 'weekly'
77
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

Comments
 (0)