File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments