Skip to content

Commit 768e789

Browse files
authored
Renovate best practices (#7069)
1 parent 517893e commit 768e789

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/renovate.json5

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended",
5+
"docker:pinDigests",
6+
"helpers:pinGitHubActionDigests"
57
],
68
"packageRules": [
9+
{
10+
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
11+
"matchManagers": ["github-actions"],
12+
"extends": ["schedule:weekly"],
13+
"groupName": "github actions",
14+
},
715
{
816
"matchPackageNames": [
917
"io.opentelemetry.proto:opentelemetry-proto",

0 commit comments

Comments
 (0)