Skip to content

Commit e2b42dd

Browse files
authored
chore: add dependabot (#207)
use dependabot to bump dependencies in `constraints-ci.txt`
1 parent 87af024 commit e2b42dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ updates:
1212
- dependency-name: "actions/setup-python"
1313
- dependency-name: "actions/upload-artifact"
1414
- 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

Comments
 (0)