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 8a8ea4f commit 625f61eCopy full SHA for 625f61e
1 file changed
.github/dependabot.yml
@@ -0,0 +1,36 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ open-pull-requests-limit: 5
8
+ groups:
9
+ security-updates:
10
+ applies-to: security-updates
11
+ patterns:
12
+ - "*"
13
+ version-updates:
14
+ applies-to: version-updates
15
+ update-types:
16
+ - "minor"
17
+ - "patch"
18
19
20
+ - package-ecosystem: "github-actions"
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
0 commit comments