Skip to content

Commit 79a067b

Browse files
committed
dependabot: Ignore frequenz-api-microgrid >=0.16.0
The upgrade to frequenz-api-microgrid >=0.16.0 needs a lot of changes in the code. We are not ready to do that yet, so we should ignore this dependency for now. See: #844 Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 187c39b commit 79a067b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ updates:
3535
# https://github.com/frequenz-floss/frequenz-sdk-python/issues/832
3636
- dependency-name: "time-machine"
3737
versions: [">=2.13.0"]
38+
# Upgrading to 0.16.0+ needs a lot of changes in the code. See:
39+
# https://github.com/frequenz-floss/frequenz-sdk-python/issues/844
40+
- dependency-name: "frequenz-api-microgrid"
41+
versions: [">=0.16.0"]
42+
3843

3944
- package-ecosystem: "github-actions"
4045
directory: "/"

0 commit comments

Comments
 (0)