Skip to content

Commit f6d2a7c

Browse files
committed
deps(dependabot): add develop as target branch for npm deps
1 parent 54f6704 commit f6d2a7c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/docs"
5+
schedule:
6+
interval: "weekly"
7+
# Check for npm updates on Sundays
8+
day: "sunday"
9+
target-branch: "develop"
10+
# Labels on pull requests for security and version updates
11+
labels:
12+
- "npm dependencies"

0 commit comments

Comments
 (0)