We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd557b commit 5262f11Copy full SHA for 5262f11
.github/dependabot.yml
@@ -5,19 +5,18 @@ updates:
5
schedule:
6
interval: weekly
7
open-pull-requests-limit: 10
8
+ groups:
9
+ github-actions:
10
+ patterns: ["*"]
11
12
- package-ecosystem: cargo
- directory: "/"
13
+ directories: ["/", "/fuzz/", "/statime-stm32/"]
14
+ allow:
15
+ - dependency-type: all
16
17
interval: daily
18
versioning-strategy: lockfile-only
19
-
-- package-ecosystem: cargo
- directory: "/statime-stm32/"
- schedule:
- interval: "monthly"
20
groups:
21
- stm32-example:
22
- patterns:
23
- - "*"
+ cargo:
0 commit comments