Skip to content

Commit 13994c3

Browse files
authored
cherry pick dependabot (#726)
1 parent 408bdde commit 13994c3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: github-actions
5+
directory: "/.github/workflows"
6+
schedule:
7+
interval: weekly
8+
open-pull-requests-limit: 10
9+
10+
- package-ecosystem: docker
11+
directories:
12+
- "/docker/frontend"
13+
- "/docker/standard"
14+
schedule:
15+
interval: weekly
16+
open-pull-requests-limit: 10
17+
18+
- package-ecosystem: npm # also includes yarn and pnpm
19+
directory: "/frontend"
20+
schedule:
21+
interval: weekly
22+
open-pull-requests-limit: 10
23+
24+
- package-ecosystem: pip # also includes poetry
25+
directory: "/"
26+
schedule:
27+
interval: weekly
28+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)