Skip to content

Commit a6ee6f9

Browse files
authored
Attempt to update web-features daily (#416)
1 parent 0fa2b34 commit a6ee6f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
allow:
8+
- dependency-name: "web-features"
39
- package-ecosystem: "npm"
410
directory: "/"
511
schedule:
612
interval: "weekly"
13+
ignore:
14+
- dependency-name: "web-features"

0 commit comments

Comments
 (0)