File tree Expand file tree Collapse file tree 1 file changed +38
-2
lines changed
Expand file tree Collapse file tree 1 file changed +38
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:recommended"
5- ]
4+ " schedule:daily" ,
5+ " config:recommended" ,
6+ " docker:enableMajor" ,
7+ " :gitSignOff"
8+ ],
9+ "packageRules" : [
10+ {
11+ "groupName" : " GitHub Actions" ,
12+ "matchManagers" : [
13+ " github-actions"
14+ ],
15+ "matchUpdateTypes" : [
16+ " minor" ,
17+ " patch"
18+ ]
19+ },
20+ {
21+ "groupName" : " OpenTelemetry Collector" ,
22+ "schedule" : [
23+ " before 3am on Tuesday"
24+ ],
25+ "matchPackageNames" : [
26+ " /opentelemetry.*collector/" ,
27+ " /opentelemetry-collector/"
28+ ]
29+ },
30+ {
31+ "groupName" : " CodeQL" ,
32+ "matchPackageNames" : [
33+ " github/codeql-action"
34+ ],
35+ "schedule" : [
36+ " before 3am on Tuesday"
37+ ]
38+ }
39+ ],
40+ "rebaseWhen" : " behind-base-branch" ,
41+ "baseBranchPatterns" : [" main" ]
642}
You can’t perform that action at this time.
0 commit comments