Skip to content

Commit 354fc0c

Browse files
committed
dependabot: fix for monorepo
1 parent 906db64 commit 354fc0c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: docker
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
9+
- package-ecosystem: github-actions
10+
directory: /
11+
schedule:
12+
interval: weekly
13+
14+
- package-ecosystem: npm
15+
# support monorepo dependabot/dependabot-core#4993
16+
directory: /
17+
schedule:
18+
interval: weekly
19+
versioning-strategy: increase

0 commit comments

Comments
 (0)