File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " schedule:daily" ,
5+ " config:recommended" ,
6+ " docker:enableMajor" ,
7+ " helpers:pinGitHubActionDigests" ,
8+ " :gitSignOff" ,
9+ " :semanticCommitsDisabled"
10+ ],
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+ ],
42+ "rebaseWhen" : " behind-base-branch" ,
43+ "baseBranchPatterns" : [" main" ]
44+ }
You can’t perform that action at this time.
0 commit comments