Skip to content

Commit 7a4baf9

Browse files
Merge pull request #981 from openebs/ci-bot/sync-dependabot-config/develop
chore: sync Dependabot configuration
2 parents b0a3893 + e0fd31e commit 7a4baf9

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,28 @@ version: 2
22

33
updates:
44
- package-ecosystem: "github-actions"
5-
directory: "/"
5+
directories:
6+
- "/"
7+
- "/.github/actions/*"
68
schedule:
7-
interval: "monthly"
9+
interval: monthly
810
groups:
911
github-actions:
1012
patterns:
1113
- "*"
1214

15+
- package-ecosystem: "docker"
16+
schedule:
17+
interval: monthly
18+
directory: "/"
19+
groups:
20+
docker:
21+
patterns: ["*"]
22+
1323
- package-ecosystem: "cargo"
1424
directory: "/"
1525
schedule:
16-
interval: "weekly"
26+
interval: weekly
1727
open-pull-requests-limit: 0
1828
groups:
1929
rust-security:

0 commit comments

Comments
 (0)