We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d8773 commit 3c45311Copy full SHA for 3c45311
1 file changed
.github/dependabot.yml
@@ -1,9 +1,15 @@
1
version: 2
2
updates:
3
-- package-ecosystem: cargo
4
- # Look for `Cargo.toml` and `Cargo.lock` in the root directory
5
- directory: "/"
6
- # Check for updates every Monday
7
- schedule:
8
- interval: weekly
9
- open-pull-requests-limit: 10
+ - package-ecosystem: "cargo"
+ # Look for `Cargo.toml` and `Cargo.lock` in the root directory
+ directory: "/"
+ # Check for updates every Monday
+ schedule:
+ interval: "weekly"
+ open-pull-requests-limit: 10
10
+ - package-ecosystem: "github-actions"
11
12
13
14
15
0 commit comments