Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 30c219d

Browse files
committed
Configure Dependabot
- Update less frequently from daily to monthly - Limit the number of pull requests
1 parent 3f23eaf commit 30c219d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'npm'
3+
- package-ecosystem: npm
44
directory: '/'
55
schedule:
6-
interval: 'daily'
6+
interval: montly
77
versioning-strategy: increase
8+
open-pull-requests-limit: 1
9+
labels:
10+
- 'pr: dependencies'

0 commit comments

Comments
 (0)