Skip to content

Commit 577882c

Browse files
committed
Make dependabot do minor updates for the microgrid client separately
This library is still under development at the v0 branch, so every minor release is a breaking release. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 82dcb63 commit 577882c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,19 @@ updates:
2525
update-types:
2626
- "minor"
2727
- "patch"
28+
exclude-patterns:
29+
- "frequenz-client-microgrid*"
2830
optional:
2931
dependency-type: "development"
3032
update-types:
3133
- "minor"
3234
- "patch"
35+
in-devel-patch:
36+
patterns:
37+
- "frequenz-client-microgrid*"
38+
dependency-type: "production"
39+
update-types:
40+
- "patch"
3341
ignore:
3442
# Upgrade to time-machine 2.13.0+ breaks our tests. See:
3543
# https://github.com/frequenz-floss/frequenz-sdk-python/issues/832

0 commit comments

Comments
 (0)