Skip to content

Commit 5b9384a

Browse files
authored
chore(github): add Dependabot config (#12)
1 parent 3ad31e3 commit 5b9384a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
- package-ecosystem: npm
10+
directory: "/"
11+
schedule:
12+
interval: weekly
13+
14+
- package-ecosystem: npm
15+
directory: "/mdn-observatory-webext"
16+
schedule:
17+
interval: weekly

0 commit comments

Comments
 (0)