Skip to content

Commit d67a721

Browse files
committed
update settings
1 parent 72688d2 commit d67a721

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

renovate.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,39 @@
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
}

0 commit comments

Comments
 (0)