Summary
Configure GitHub Dependabot to automatically open PRs for outdated dependencies, keeping the project secure and up to date.
Tasks
Example Configuration
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
groups:
minor-and-patch:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "ci"
Acceptance Criteria
- Dependabot is active and opens PRs for outdated Gradle dependencies and GitHub Actions versions
- PRs are labelled and grouped to minimize noise
- Configuration is committed to
.github/dependabot.yml
Summary
Configure GitHub Dependabot to automatically open PRs for outdated dependencies, keeping the project secure and up to date.
Tasks
.github/dependabot.ymlconfiguration filegradle— Java/Kotlin dependencies inbuild.gradlegithub-actions— workflow action versions in.github/workflows/dependencieslabel)Example Configuration
Acceptance Criteria
.github/dependabot.yml