File tree Expand file tree Collapse file tree 1 file changed +91
-0
lines changed Expand file tree Collapse file tree 1 file changed +91
-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" : " OpenTelemetry Collector" ,
86+ "matchPackagePatterns" : [
87+ " opentelemetry.*collector" ,
88+ " opentelemetry-collector"
89+ ],
90+ "schedule" : [
91+ " before 3am on Monday"
92+ ]
93+ },
94+ {
95+ "groupName" : " CodeQL" ,
96+ "matchPackageNames" : [
97+ " github/codeql-action"
98+ ],
99+ "schedule" : [
100+ " before 3am on Monday"
101+ ]
102+ },
103+ {
104+ "groupName" : " Lock file maintenance" ,
105+ "matchUpdateTypes" : [
106+ " lockFileMaintenance"
107+ ],
108+ "schedule" : [
109+ " before 3am on Monday"
110+ ]
20111 }
21112 ]
22113}
You can’t perform that action at this time.
0 commit comments