Skip to content

Commit 54ff1eb

Browse files
Grundmanismartinsbalodis
authored andcommitted
WS-5037/added dependabot
1 parent 85b5a60 commit 54ff1eb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
4+
# Maintain dependencies for npm
5+
- package-ecosystem: "npm"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
labels:
10+
- "npm"
11+
- "dependabot"
12+
allow:
13+
- dependency-type: "direct"
14+
open-pull-requests-limit: 1
15+
rebase-strategy: "disabled"
16+
target-branch: "master"

0 commit comments

Comments
 (0)