File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed
Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change 66 " docker:enableMajor" ,
77 " helpers:pinGitHubActionDigests" ,
88 " :gitSignOff" ,
9- " :maintainLockFilesMonthly" ,
10- " :disableRateLimiting" ,
119 " :semanticCommitsDisabled"
1210 ],
11+ "packageRules" : [
12+ {
13+ "groupName" : " GitHub Actions" ,
14+ "matchManagers" : [
15+ " github-actions"
16+ ],
17+ "matchUpdateTypes" : [
18+ " minor" ,
19+ " patch"
20+ ]
21+ },
22+ {
23+ "groupName" : " OpenTelemetry Collector" ,
24+ "schedule" : [
25+ " before 3am on Monday"
26+ ],
27+ "matchPackageNames" : [
28+ " /opentelemetry.*collector/" ,
29+ " /opentelemetry-collector/"
30+ ]
31+ },
32+ {
33+ "groupName" : " CodeQL" ,
34+ "matchPackageNames" : [
35+ " github/codeql-action"
36+ ],
37+ "schedule" : [
38+ " before 3am on Monday"
39+ ]
40+ }
41+ ],
1342 "rebaseWhen" : " behind-base-branch" ,
1443 "baseBranchPatterns" : [" main" ]
1544}
You can’t perform that action at this time.
0 commit comments