Skip to content

Commit 5c5995f

Browse files
authored
Update dependabot.yml
1 parent 57b0c8e commit 5c5995f

File tree

1 file changed

+35
-5
lines changed

1 file changed

+35
-5
lines changed

.github/dependabot.yml

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,41 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
31
# Please see the documentation for all configuration options:
42
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
53

64
version: 2
75
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
6+
- package-ecosystem: github-actions
7+
directory: /
8+
labels:
9+
- dependencies
10+
- actions
11+
- Skip Changelog
1012
schedule:
11-
interval: "weekly"
13+
interval: weekly
14+
day: sunday
15+
- package-ecosystem: docker
16+
directory: /cmd/cloudstack-csi-sc-syncer
17+
labels:
18+
- dependencies
19+
- docker
20+
- Skip Changelog
21+
schedule:
22+
interval: weekly
23+
day: sunday
24+
- package-ecosystem: docker
25+
directory: /cmd/cloudstack-csi-driver
26+
labels:
27+
- dependencies
28+
- docker
29+
- Skip Changelog
30+
schedule:
31+
interval: weekly
32+
day: sunday
33+
- package-ecosystem: gomod
34+
directory: /
35+
labels:
36+
- dependencies
37+
- go
38+
- Skip Changelog
39+
schedule:
40+
interval: weekly
41+
day: sunday

0 commit comments

Comments
 (0)