Skip to content

Commit 187c39b

Browse files
authored
dependabot: Ignore time-machine >=2.13.0 (#939)
The upgrade to time-machine 2.13.0+ breaks our tests. See: * #832
2 parents 8ae992e + b7e0cf5 commit 187c39b

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
@@ -30,6 +30,11 @@ updates:
3030
update-types:
3131
- "minor"
3232
- "patch"
33+
ignore:
34+
# Upgrade to time-machine 2.13.0+ breaks our tests. See:
35+
# https://github.com/frequenz-floss/frequenz-sdk-python/issues/832
36+
- dependency-name: "time-machine"
37+
versions: [">=2.13.0"]
3338

3439
- package-ecosystem: "github-actions"
3540
directory: "/"

0 commit comments

Comments
 (0)