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 6f52041 commit 69edd75Copy full SHA for 69edd75
1 file changed
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+# Automatically update versions for pip
2
+
3
+version: 2
4
+updates:
5
6
+ # Maintain dependencies for Python
7
+ - package-ecosystem: "pip"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
11
+ day: "friday"
12
+ time: "00:00"
13
14
+ # Maintain dependencies for Github Actions
15
+ - package-ecosystem: "github-actions"
16
17
18
19
20
21
+ groups:
22
+ github:
23
+ patterns:
24
+ - "actions/*"
0 commit comments