Skip to main content

.github/dependabot.yml

1version: 2
2updates:
3 - package-ecosystem: "github-actions"
4 directory: "/"
5 schedule:
6 interval: weekly
7 day: "monday"
8 time: "09:00"