Skip to content

Commit b9a056f

Browse files
authored
chore(deps): skip latest Playwright version in Renovate
1 parent 8fdd76c commit b9a056f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json5

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
},
88
pin: false,
99
rangeStrategy: 'bump',
10-
packageRules: [],
10+
packageRules: [
11+
{
12+
// latest playwright breaks a few my tests
13+
packageNames: ['@playwright/test'],
14+
allowedVersions: '1.52.0',
15+
},
16+
],
1117
ignoreDeps: ['node', 'pnpm'],
1218
schedule: ['every 3 months'],
1319
}

0 commit comments

Comments
 (0)