We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d1bbe commit aca18daCopy full SHA for aca18da
.github/dependabot.yml
@@ -1,5 +1,11 @@
1
version: 2
2
updates:
3
+ # GitHub Actions
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily"
8
+ # Python
9
- package-ecosystem: "pip"
10
directory: "/"
11
schedule:
0 commit comments