Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,18 @@ updates:
# Major updates are still managed, but they'll create one PR per
# dependency, as major updates are expected to be breaking, it is better to
# manage them individually.
# We exclude the `frequenz-repo-config` package from grouping as this
# dependency is still under development (at branch v0.x.x), so minor
# changes typically introduce breaking changes (and patch updates can
# potentially too according to semver).
groups:
required:
dependency-type: "production"
update-types:
- "minor"
- "patch"
exclude-patterns:
- "frequenz-repo-config"
- "frequenz-client-base*"
- "frequenz-api-microgrid"
optional:
Expand All @@ -34,6 +39,7 @@ updates:
- "minor"
- "patch"
exclude-patterns:
- "frequenz-repo-config"
- "frequenz-client-base*"
- "frequenz-api-microgrid"
in-devel-patch:
Expand Down