Skip to content

Commit 5262f11

Browse files
rnijvelddavidv1992
authored andcommitted
Group and update all dependencies using dependabot
1 parent 6cd557b commit 5262f11

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@ updates:
55
schedule:
66
interval: weekly
77
open-pull-requests-limit: 10
8+
groups:
9+
github-actions:
10+
patterns: ["*"]
811

912
- package-ecosystem: cargo
10-
directory: "/"
13+
directories: ["/", "/fuzz/", "/statime-stm32/"]
14+
allow:
15+
- dependency-type: all
1116
schedule:
1217
interval: daily
1318
versioning-strategy: lockfile-only
1419
open-pull-requests-limit: 10
15-
16-
- package-ecosystem: cargo
17-
directory: "/statime-stm32/"
18-
schedule:
19-
interval: "monthly"
2020
groups:
21-
stm32-example:
22-
patterns:
23-
- "*"
21+
cargo:
22+
patterns: ["*"]

0 commit comments

Comments
 (0)