Skip to content

Commit 255a197

Browse files
ci: switch dependabot to daily with semantic grouping
1 parent 82b4df4 commit 255a197

1 file changed

Lines changed: 27 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ updates:
1212
- package-ecosystem: "gomod"
1313
directory: "/"
1414
schedule:
15-
interval: "weekly"
16-
day: "monday"
15+
interval: "daily"
1716
open-pull-requests-limit: 10
1817
labels:
1918
- "dependencies"
@@ -22,16 +21,40 @@ updates:
2221
prefix: "deps"
2322
include: "scope"
2423
groups:
24+
go-mssqldb:
25+
patterns:
26+
- "github.com/microsoft/go-mssqldb"
27+
azure-sdk:
28+
patterns:
29+
- "github.com/Azure/*"
30+
golang-x:
31+
patterns:
32+
- "golang.org/x/*"
33+
auth:
34+
patterns:
35+
- "github.com/AzureAD/*"
36+
- "github.com/golang-jwt/*"
37+
- "github.com/jcmturner/*"
38+
testing:
39+
patterns:
40+
- "github.com/stretchr/*"
2541
go-dependencies:
2642
patterns:
2743
- "*"
44+
exclude-patterns:
45+
- "github.com/microsoft/go-mssqldb"
46+
- "github.com/Azure/*"
47+
- "golang.org/x/*"
48+
- "github.com/AzureAD/*"
49+
- "github.com/golang-jwt/*"
50+
- "github.com/jcmturner/*"
51+
- "github.com/stretchr/*"
2852

2953
# Enable version updates for GitHub Actions
3054
- package-ecosystem: "github-actions"
3155
directory: "/"
3256
schedule:
33-
interval: "weekly"
34-
day: "monday"
57+
interval: "daily"
3558
open-pull-requests-limit: 5
3659
labels:
3760
- "dependencies"

0 commit comments

Comments
 (0)