forked from davidB/tracing-opentelemetry-instrumentation-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json5
27 lines (27 loc) · 766 Bytes
/
renovate.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// https://docs.renovatebot.com/configuration-options/
// https://www.augmentedmind.de/2023/07/30/renovate-bot-cheat-sheet/
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:recommended"],
additionalReviewers: ["davidB"],
packageRules: [
{
matchUpdateTypes: ["patch", "pin", "digest"],
enabled: false,
},
{
matchPackageNames: ["helm"],
automerge: true,
// Force Renovate to not create a PR (but merge its branches directly), to avoid PR-related email spam
automergeType: "branch",
},
{
matchPackageNames: ["/opentelemetry/"],
groupName: "opentelemetry",
},
{
matchPackageNames: ["kube", "k8s-openapi"],
groupName: "kubers",
},
],
}