Skip to content

Commit 2bc3b2c

Browse files
committed
Update renovate.json
1 parent 9d15973 commit 2bc3b2c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@
1414
"composer": {
1515
"enabled": true,
1616
"rangeStrategy": "update-lockfile"
17-
}
17+
},
18+
"packageRules": [
19+
{
20+
"matchDatasources": ["composer"],
21+
"matchPackageNames": ["phpactor/phpactor"],
22+
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[-\\.]?(?<build>\\w+)?$"
23+
}
24+
]
1825
}

0 commit comments

Comments
 (0)