We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408bdde commit 13994c3Copy full SHA for 13994c3
.github/dependabot.yml
@@ -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
15
16
17
18
+ - package-ecosystem: npm # also includes yarn and pnpm
19
+ directory: "/frontend"
20
21
22
23
24
+ - package-ecosystem: pip # also includes poetry
25
+ directory: "/"
26
27
28
0 commit comments