Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 0ed6ced

Browse files
committed
ci: group JWT packages in renovate
1 parent 67895fe commit 0ed6ced

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"npm:unpublishSafe"
1515
],
1616
"composerIgnorePlatformReqs": ["ext-curl", "ext-json", "ext-iconv", "ext-intl", "ext-ldap"],
17+
"packageRules": [
18+
{
19+
"matchPackagePatterns": ["^web-token/jwt"],
20+
"groupName": "jwt"
21+
}
22+
],
1723
"stabilityDays": 3,
1824
"ignoreDeps": ["npm"],
1925
"transitiveRemediation": true

0 commit comments

Comments
 (0)