github.com/redhat-appstudio/release-service@v0.0.0-20240507143925-083712697924/.github/dependabot.yml (about) 1 version: 2 2 updates: 3 # Reference to the package manager using the relevant YAML value 4 - package-ecosystem: "github-actions" 5 # Location of the package manifests 6 directory: "/" 7 schedule: 8 # How frequently the Dependabot will check for updates 9 interval: "weekly" 10 # Day on which updates are checked for 11 day: "monday" 12 commit-message: 13 # Prefix attached to commit messages with relevant reference to package 14 prefix: "chore(actions): " 15 # List of users permitted to review and approve Dependabot PRs 16 reviewers: 17 - "davidmogar" 18 - "johnbieren" 19 - "theflockers" 20 - "scoheb" 21 - "happybhati" 22 - "mmalina" 23 - package-ecosystem: "gomod" 24 directory: "/" 25 schedule: 26 interval: "weekly" 27 day: "monday" 28 commit-message: 29 prefix: "chore(go): " 30 reviewers: 31 - "davidmogar" 32 - "johnbieren" 33 - "theflockers" 34 - "scoheb" 35 - "happybhati" 36 - "mmalina"