Skip to content

Commit 1e7b198

Browse files
authored
feat: add weekly dependabot (#3689)
1 parent 5aa9db3 commit 1e7b198

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
# github-actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
target-branch: "3.x"
9+
# npm
10+
- package-ecosystem: "npm"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
target-branch: "3.x"

0 commit comments

Comments
 (0)