Skip to content

Commit 064cbb1

Browse files
committed
Tweak pattern for inbound-agent
1 parent 3ca1585 commit 064cbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "remoting agent uses non-standard versioning",
99
"matchDatasources": ["docker"],
1010
"matchPackageNames": ["jenkins/inbound-agent"],
11-
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?$"
11+
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?(-(?<buildtype>[^\\.-]*))?$"
1212
}
1313
],
1414
"enabledManagers": [

0 commit comments

Comments
 (0)