We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcc5ec commit 6c991a2Copy full SHA for 6c991a2
1 file changed
.github/dependabot.yml
@@ -1,12 +1,30 @@
1
version: 2
2
updates:
3
- package-ecosystem: cargo
4
+ versioning-strategy: lockfile-only
5
directory: "/"
6
+ allow:
7
+ - dependency-type: "all"
8
+ groups:
9
+ all-deps:
10
+ patterns:
11
+ - "*"
12
schedule:
13
interval: daily
- open-pull-requests-limit: 10
14
+
15
+- package-ecosystem: cargo
16
17
+ directory: "validation/local_ping_pong_openssl"
18
19
20
21
22
23
24
+ schedule:
25
+ interval: daily
26
27
- package-ecosystem: github-actions
28
29
30
interval: weekly
0 commit comments