We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca1585 commit 064cbb1Copy full SHA for 064cbb1
.github/renovate.json
@@ -8,7 +8,7 @@
8
"description": "remoting agent uses non-standard versioning",
9
"matchDatasources": ["docker"],
10
"matchPackageNames": ["jenkins/inbound-agent"],
11
- "versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?$"
+ "versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?(-(?<buildtype>[^\\.-]*))?$"
12
}
13
],
14
"enabledManagers": [
0 commit comments