Skip to content

Commit d216862

Browse files
sean-breenaphralG
andauthored
[CI] add renovate config (#1474)
* add renovate config --------- Co-authored-by: Aphral Griffin <a.griffin@f5.com>
1 parent f247fa4 commit d216862

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

renovate.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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+
}

0 commit comments

Comments
 (0)