Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 59beeea

Browse files
authoredMar 6, 2023
Update dependabot.yml
1 parent 1718e43 commit 59beeea

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
@@ -3,5 +3,8 @@ updates:
33
- package-ecosystem: npm
44
directory: "/"
55
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 5
6+
interval: weekly
7+
open-pull-requests-limit: 3
8+
ignore:
9+
- dependency-name: "*"
10+
update-types: ["version-update:semver-minor"]

0 commit comments

Comments
 (0)
Please sign in to comment.