We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e85756f + 3fffa40 commit 89e2667Copy full SHA for 89e2667
.github/dependabot.yml
@@ -8,3 +8,10 @@ updates:
8
# Optional: Official actions have moving tags like v1;
9
# if you use those, you don't need updates.
10
- dependency-name: "actions/*"
11
+ - package-ecosystem: "pip"
12
+ directory: "/requirements"
13
+ schedule:
14
+ interval: "daily"
15
+ allow:
16
+ - dependency-name: "scipp"
17
+ dependency-type: "direct"
0 commit comments