Skip to content

Commit d4a9f6c

Browse files
committed
chore(ci): update dependabot.yml to group dependencies
1 parent 19ee365 commit d4a9f6c

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

.github/dependabot.yml

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,52 @@ updates:
99
directory: /
1010
schedule:
1111
interval: "monthly"
12+
groups:
13+
all:
14+
patterns:
15+
- "*"
1216
target-branch: master
1317
- package-ecosystem: "docker"
1418
directory: "/"
1519
schedule:
1620
interval: "monthly"
17-
- package-ecosystem: gomod # See documentation for possible values
21+
- package-ecosystem: gomod
1822
open-pull-requests-limit: 10
1923
directory: / # Location of package manifests
2024
schedule:
21-
interval: "monthly"
25+
interval: "cron"
26+
cronjob: "0 0 1-7,15-21 * 1" # at 00:00 on the 1st and 3rd Monday of each month
2227
groups:
23-
aws:
28+
vuls:
29+
patterns:
30+
- "github.com/MaineK00n/vuls-data-update"
31+
- "github.com/MaineK00n/vuls2"
32+
- "github.com/vulsio/go-cti"
33+
- "github.com/vulsio/go-cve-dictionary"
34+
- "github.com/vulsio/go-exploitdb"
35+
- "github.com/vulsio/go-kev"
36+
- "github.com/vulsio/go-msfdb"
37+
- "github.com/vulsio/gost"
38+
- "github.com/vulsio/goval-dictionary"
39+
trivy:
40+
patterns:
41+
- "github.com/aquasecurity/trivy"
42+
- "github.com/aquasecurity/trivy-db"
43+
- "github.com/aquasecurity/trivy-java-db"
44+
others:
2445
patterns:
25-
- github.com/aws/aws-sdk-go-v2
26-
- github.com/aws/aws-sdk-go-v2/*
46+
- "*"
47+
exclude-patterns:
48+
- "github.com/MaineK00n/vuls-data-update"
49+
- "github.com/MaineK00n/vuls2"
50+
- "github.com/vulsio/go-cti"
51+
- "github.com/vulsio/go-cve-dictionary"
52+
- "github.com/vulsio/go-exploitdb"
53+
- "github.com/vulsio/go-kev"
54+
- "github.com/vulsio/go-msfdb"
55+
- "github.com/vulsio/gost"
56+
- "github.com/vulsio/goval-dictionary"
57+
- "github.com/aquasecurity/trivy"
58+
- "github.com/aquasecurity/trivy-db"
59+
- "github.com/aquasecurity/trivy-java-db"
2760
target-branch: master

0 commit comments

Comments
 (0)