We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69643ac commit aecd998Copy full SHA for aecd998
1 file changed
.github/dependabot.yml
@@ -1,15 +1,17 @@
1
-# version: 2
2
-# updates:
3
-# # Maintain dependencies for Cargo
4
-# - package-ecosystem: cargo
5
-# directory: "/"
6
-# schedule:
7
-# interval: monthly
8
-# open-pull-requests-limit: 10
+version: 2
+updates:
+ # Maintain dependencies for Cargo
+ - package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: monthly
+ # disabled
9
+ open-pull-requests-limit: 0
10
-# # Maintain dependencies for GitHub Actions
11
-# - package-ecosystem: github-actions
12
13
14
15
+ # Maintain dependencies for GitHub Actions
+ - package-ecosystem: github-actions
16
+ # Disabled
17
0 commit comments