File tree Expand file tree Collapse file tree 1 file changed +72
-0
lines changed Expand file tree Collapse file tree 1 file changed +72
-0
lines changed Original file line number Diff line number Diff line change 1717 " github.com/nginx/agent/v3"
1818 ],
1919 "groupName" : " NGINX Agent"
20+ },
21+ {
22+ "groupName" : " Go module dependencies" ,
23+ "matchManagers" : [
24+ " gomod"
25+ ],
26+ "matchUpdateTypes" : [
27+ " minor" ,
28+ " patch"
29+ ],
30+ "matchCurrentVersion" : " !/^0/"
31+ },
32+ {
33+ "groupName" : " Docker digests" ,
34+ "matchDatasources" : [
35+ " docker"
36+ ],
37+ "matchUpdateTypes" : [
38+ " digest"
39+ ]
40+ },
41+ {
42+ "groupName" : " GitHub Actions" ,
43+ "matchManagers" : [
44+ " github-actions"
45+ ],
46+ "matchUpdateTypes" : [
47+ " minor" ,
48+ " patch"
49+ ]
50+ },
51+ {
52+ "groupName" : " Kubernetes manifests" ,
53+ "matchManagers" : [
54+ " kubernetes"
55+ ]
56+ },
57+ {
58+ "groupName" : " Testing dependencies" ,
59+ "matchManagers" : [
60+ " gomod"
61+ ],
62+ "matchPackagePatterns" : [
63+ " ^github.com/onsi/" ,
64+ " ^github.com/stretchr/testify"
65+ ],
66+ "matchUpdateTypes" : [
67+ " minor" ,
68+ " patch"
69+ ]
70+ },
71+ {
72+ "groupName" : " npm dependencies" ,
73+ "matchManagers" : [
74+ " npm"
75+ ],
76+ "matchUpdateTypes" : [
77+ " minor" ,
78+ " patch"
79+ ],
80+ "schedule" : [
81+ " before 3am on Monday"
82+ ]
83+ },
84+ {
85+ "groupName" : " Lock file maintenance" ,
86+ "matchUpdateTypes" : [
87+ " lockFileMaintenance"
88+ ],
89+ "schedule" : [
90+ " before 3am on Monday"
91+ ]
2092 }
2193 ]
2294}
You can’t perform that action at this time.
0 commit comments