diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0e2cd82110..35e93dcdcf 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -174,6 +174,17 @@ "major", ], }, + { + "extends": [ + "monorepo:playwright", + ], + "groupName": "playwright monorepo", + "matchPackageNames": [ + "playwright", + "@playwright/**", + "mcr.microsoft.com/playwright", + ], + }, ], "customManagers": [ @@ -187,6 +198,14 @@ "packageNameTemplate": "https://github.com/lynx-family/lynx", "datasourceTemplate": "git-refs", }, + { + "customType": "regex", + "managerFilePatterns": [".github/workflows/*"], + "matchStrings": [ + "'(?mcr\\.microsoft\\.com/playwright):(?[^\\s]+)'" + ], + "datasourceTemplate": "docker", + }, ], "postUpdateOptions": [