Skip to content

Commit 06df9c3

Browse files
committed
chore: adds renovate customManagers to patch quarkus demo
1 parent de17de6 commit 06df9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"registryUrlTemplate": "https://plugins.gradle.org/m2",
2323
"depNameTemplate": "quarkus",
2424
"packageNameTemplate": "io.quarkus.platform:quarkus-bom",
25-
"fileMatch": ["(^|/)gradle\\.properties"],
25+
"fileMatch": ["(^|.*/)gradle\\.properties"],
2626
"matchStrings": [
2727
"quarkusPlatformVersion=(?<currentValue>[\\w+\\.\\-]*)"
2828
]
@@ -34,7 +34,7 @@
3434
"depNameTemplate": "io.quarkus",
3535
"depTypeTemplate": "plugin",
3636
"packageNameTemplate": "io.quarkus:io.quarkus.gradle.plugin",
37-
"fileMatch": ["(^|/)gradle\\.properties"],
37+
"fileMatch": ["(^|.*/)gradle\\.properties"],
3838
"matchStrings": [
3939
"quarkusPluginVersion=(?<currentValue>[\\w+\\.\\-]*)"
4040
]

0 commit comments

Comments
 (0)