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