Skip to content

Commit a183f6c

Browse files
ci: switch dependabot to daily with semantic grouping (#746)
1 parent ae4d14b commit a183f6c

1 file changed

Lines changed: 25 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 25 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,38 @@ 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+
testing:
38+
patterns:
39+
- "github.com/stretchr/*"
2540
go-dependencies:
2641
patterns:
2742
- "*"
43+
exclude-patterns:
44+
- "github.com/microsoft/go-mssqldb"
45+
- "github.com/Azure/*"
46+
- "golang.org/x/*"
47+
- "github.com/AzureAD/*"
48+
- "github.com/golang-jwt/*"
49+
- "github.com/stretchr/*"
2850

2951
# Enable version updates for GitHub Actions
3052
- package-ecosystem: "github-actions"
3153
directory: "/"
3254
schedule:
33-
interval: "weekly"
34-
day: "monday"
55+
interval: "daily"
3556
open-pull-requests-limit: 5
3657
labels:
3758
- "dependencies"

0 commit comments

Comments
 (0)