Skip to content

Commit 19bc58a

Browse files
committed
chore: configure Dependabot to weekly checks and limit PRs
Changed Dependabot schedule to weekly and restricted open PRs to zero to minimize noise. This prepares for transitioning to Renovate for dependency updates management.
1 parent b987c6b commit 19bc58a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.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)