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 4661f35 + 5a8effe commit f591bcbCopy full SHA for f591bcb
1 file changed
.github/dependabot.yml
@@ -14,5 +14,12 @@ updates:
14
interval: weekly
15
- package-ecosystem: "conda"
16
directory: "/"
17
+ commit-message:
18
+ prefix: ⬆️
19
schedule:
- interval: "weekly"
20
+ interval: "weekly"
21
+ ignore:
22
+ - dependency-name: "jupyter-book"
23
+ versions: [">=2.0"]
24
+ - dependency-name: "python"
25
+ # Python version should be constrained by the anaconda distribution version
0 commit comments