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.
2 parents 3ca1585 + ae84996 commit 3c04fddCopy full SHA for 3c04fdd
.github/renovate.json
@@ -3,12 +3,15 @@
3
"extends": [
4
"config:base"
5
],
6
+ "labels": [
7
+ "dependencies"
8
+ ],
9
"packageRules": [
10
{
11
"description": "remoting agent uses non-standard versioning",
12
"matchDatasources": ["docker"],
13
"matchPackageNames": ["jenkins/inbound-agent"],
- "versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?$"
14
+ "versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?(-(?<buildtype>[^\\.-]*))?$"
15
}
16
17
"enabledManagers": [
0 commit comments