Skip to content

Commit 3c45311

Browse files
author
github-actions
committed
automatic update
from rust-github/template@ffebdab
1 parent e2d8773 commit 3c45311

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
version: 2
22
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
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
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
# Check for updates every Monday
13+
schedule:
14+
interval: "weekly"
15+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)