Skip to content

Commit

Permalink
ci: update configuration of renovate (reduce human workload)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Nov 5, 2024
1 parent 6017d12 commit 0e5912d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

27 changes: 27 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,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",
},
],
}

0 comments on commit 0e5912d

Please sign in to comment.