github.com/xg0n/routine@v0.0.0-20240119033701-c364deb94aee/.github/dependabot.yml (about) 1 # Configuration file of GitHub Dependabot 2 3 version: 2 4 updates: 5 6 # Maintain dependencies for gomod 7 - package-ecosystem: "gomod" 8 directory: "/" 9 schedule: 10 interval: "daily" 11 time: "08:00" 12 timezone: "Asia/Shanghai" 13 14 # Maintain dependencies for GitHub Actions 15 - package-ecosystem: "github-actions" 16 directory: "/" 17 schedule: 18 interval: "daily" 19 time: "08:00" 20 timezone: "Asia/Shanghai"