We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ae992e + b7e0cf5 commit 187c39bCopy full SHA for 187c39b
.github/dependabot.yml
@@ -30,6 +30,11 @@ updates:
30
update-types:
31
- "minor"
32
- "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"]
38
39
- package-ecosystem: "github-actions"
40
directory: "/"
0 commit comments