this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🎨 Auto-format code [skip ci]

+9 -9
+9 -9
renovate.json
··· 4 4 "extends": ["config:recommended", "schedule:weekly"], 5 5 "packageRules": [ 6 6 { 7 - "description": "Group playwright docker image & npm package", 8 - "matchPackageNames": [ 9 - "@playwright/test", 10 - "mcr.microsoft.com/playwright", 11 - "ghcr.io/gwennlbh/playwright-bun" 12 - ], 13 - "groupName": "Playwright", 14 - "automerge": true 15 - } 7 + "automerge": true, 8 + "description": "Group playwright docker image & npm package", 9 + "groupName": "Playwright", 10 + "matchPackageNames": [ 11 + "@playwright/test", 12 + "mcr.microsoft.com/playwright", 13 + "ghcr.io/gwennlbh/playwright-bun" 14 + ] 15 + } 16 16 ] 17 17 }