Skip to content

Commit 370e30f

Browse files
committed
fix
1 parent 8ee4be4 commit 370e30f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/renovate.json5

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
'config:best-practices',
55
'helpers:pinGitHubActionDigestsToSemver',
66
],
7+
includePaths: [
8+
'**/src/test/**/*.java'
9+
],
710
packageRules: [
811
{
912
// this is to reduce the number of renovate PRs
@@ -100,7 +103,6 @@
100103
managerFilePatterns: [
101104
'**/*.java'
102105
],
103-
"ignorePaths": [], // overwrite default ignore which includes **/test/**
104106
matchStrings: [
105107
'"(?<depName>otel/opentelemetry-collector-contrib):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"',
106108
],

0 commit comments

Comments
 (0)