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 e171caa commit 0ba78fbCopy full SHA for 0ba78fb
.github/dependabot.yml
@@ -0,0 +1,28 @@
1
+---
2
+# Configuration: https://dependabot.com/docs/config-file/
3
+# Docs: https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically
4
+
5
+version: 2
6
7
+updates:
8
+ - package-ecosystem: gitsubmodule
9
+ directory: /
10
+ schedule:
11
+ interval: weekly
12
13
+ - package-ecosystem: github-actions
14
15
16
17
+ allow:
18
+ - dependency-type: all
19
+ open-pull-requests-limit: 50
20
21
+ - package-ecosystem: pip
22
23
24
25
26
+ - dependency-type: production
27
+ - dependency-type: development
28
0 commit comments