Skip to content

Commit 6c991a2

Browse files
authored
chore: Update dependabot (#108)
Uses a `lockfile-only` strategy
1 parent efcc5ec commit 6c991a2

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
version: 2
22
updates:
33
- package-ecosystem: cargo
4+
versioning-strategy: lockfile-only
45
directory: "/"
6+
allow:
7+
- dependency-type: "all"
8+
groups:
9+
all-deps:
10+
patterns:
11+
- "*"
512
schedule:
613
interval: daily
7-
open-pull-requests-limit: 10
14+
15+
- package-ecosystem: cargo
16+
versioning-strategy: lockfile-only
17+
directory: "validation/local_ping_pong_openssl"
18+
allow:
19+
- dependency-type: "all"
20+
groups:
21+
all-deps:
22+
patterns:
23+
- "*"
24+
schedule:
25+
interval: daily
26+
827
- package-ecosystem: github-actions
928
directory: "/"
1029
schedule:
1130
interval: weekly
12-
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)