Skip to content

Commit 3c04fdd

Browse files
authored
Merge pull request #1312 from jenkinsci/renovate-config
Tweak renovate configuration
2 parents 3ca1585 + ae84996 commit 3c04fdd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
"extends": [
44
"config:base"
55
],
6+
"labels": [
7+
"dependencies"
8+
],
69
"packageRules": [
710
{
811
"description": "remoting agent uses non-standard versioning",
912
"matchDatasources": ["docker"],
1013
"matchPackageNames": ["jenkins/inbound-agent"],
11-
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?$"
14+
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?(-(?<buildtype>[^\\.-]*))?$"
1215
}
1316
],
1417
"enabledManagers": [

0 commit comments

Comments
 (0)