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.
1 parent 87af024 commit e2b42ddCopy full SHA for e2b42dd
.github/dependabot.yml
@@ -12,3 +12,11 @@ updates:
12
- dependency-name: "actions/setup-python"
13
- dependency-name: "actions/upload-artifact"
14
- dependency-name: "actions/download-artifact"
15
+ # Maintain dependencies for pip constraints-ci.txt
16
+ - package-ecosystem: "pip"
17
+ directory: "/"
18
+ schedule:
19
+ interval: "daily"
20
+ allow:
21
+ - dependency-name: "cmake"
22
+ - dependency-name: "ninja"
0 commit comments