Skip to main content

.github/dependabot.yml

1version: 2
2updates:
3 - package-ecosystem: "github-actions"
4 directory: "/"
5 schedule:
6 interval: daily
7 time: "09:00"
8 - package-ecosystem: "pip"
9 directory: "/"
10 schedule:
11 interval: daily
12 time: "09:00"