Skip to content

Commit 25f303c

Browse files
authored
ci(renovate): fix managerfilePatterns (#1039)
1 parent cadf43a commit 25f303c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
{
5252
// updating renovate defaults
5353
customType: 'regex',
54-
managerFilePatterns: '^plugins/renovate-backend-module-runtime-docker/.*',
54+
managerFilePatterns: 'plugins/renovate-backend-module-runtime-docker/**/*',
5555
matchStrings: [
5656
// README defaults
5757
'tag:\\s+latest\\s+#\\s*default:\\s*(?<currentValue>\\S+)',

0 commit comments

Comments
 (0)