this repo has no description
1
fork

Configure Feed

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

🔧 Group Playwright updates

authored by

Gwenn Le Bihan and committed by
GitHub
ef0bef6f ae256f12

+13 -1
+13 -1
renovate.json
··· 1 1 { 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 3 "commitMessagePrefix": "⬆️ ", 4 - "extends": ["config:recommended", "schedule:weekly"] 4 + "extends": ["config:recommended", "schedule:weekly"], 5 + "packageRules": [ 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 + } 16 + ] 5 17 }