We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517893e commit 768e789Copy full SHA for 768e789
.github/renovate.json5
@@ -1,9 +1,17 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base"
+ "config:recommended",
5
+ "docker:pinDigests",
6
+ "helpers:pinGitHubActionDigests"
7
],
8
"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
+ },
15
16
"matchPackageNames": [
17
"io.opentelemetry.proto:opentelemetry-proto",
0 commit comments