A minimal example repo showing how to configure Dependabot for a multi-project monorepo.
- Dependabot runs weekly and checks each service for outdated dependencies
- Updates are grouped into a single PR per ecosystem/directory
- PRs are automatically labelled by ecosystem (e.g.
javascript,dotnet,java,ci) - Open PR limit is capped at 3 per ecosystem
See .github/dependabot.yml for the full configuration.