We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f81ebb commit d0b1eb3Copy full SHA for d0b1eb3
.github/dependabot.yml
@@ -1,6 +1,18 @@
1
+---
2
+# Automatically update depencies with Dependabot
3
+# Please see the documentation for all configuration options:
4
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
version: 2
7
updates:
8
+ - package-ecosystem: "github-actions"
9
+ directory: "/"
10
+ schedule:
11
+ interval: "weekly"
12
+ day: "wednesday"
13
14
- package-ecosystem: "pip"
15
directory: "/"
16
schedule:
- interval: "daily"
17
18
0 commit comments