We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee4be4 commit 370e30fCopy full SHA for 370e30f
1 file changed
.github/renovate.json5
@@ -4,6 +4,9 @@
4
'config:best-practices',
5
'helpers:pinGitHubActionDigestsToSemver',
6
],
7
+ includePaths: [
8
+ '**/src/test/**/*.java'
9
+ ],
10
packageRules: [
11
{
12
// this is to reduce the number of renovate PRs
@@ -100,7 +103,6 @@
100
103
managerFilePatterns: [
101
104
'**/*.java'
102
105
- "ignorePaths": [], // overwrite default ignore which includes **/test/**
106
matchStrings: [
107
'"(?<depName>otel/opentelemetry-collector-contrib):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"',
108
0 commit comments