.github/dependabot.yml287 bytesYAMLView raw1version: 2 2updates: 3 - package-ecosystem: "github-actions" 4 directory: "/" 5 schedule: 6 interval: "weekly" 7 day: "monday" 8 time: "09:00" 9 - package-ecosystem: "cargo" 10 directory: "/" 11 schedule: 12 interval: "weekly" 13 day: "monday" 14 time: "09:00"