Skip to content

Commit d9a993a

Browse files
authored
Create dependabot.yml
add a dependabot config which checks npm dependencies limit to 2 PRs open at a time ignore patch-level updates
1 parent d7a0011 commit d9a993a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
open-pull-requests-limit: 2
5+
directory: "/"
6+
ignore:
7+
- dependency-name: "*"
8+
update-types: ["version-update:semver-patch"]
9+
schedule:
10+
interval: "weekly"

0 commit comments

Comments
 (0)