File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 3838 ]
3939 } ,
4040 {
41- matchDatasources : [ "npm" ] ,
42- matchPackagePatterns : [ "@playwright/test" , "@axe-core/playwright" ] ,
4341 groupName : "playwright" ,
44- matchFileNames : [
45- "core/package.json"
46- ] ,
47- "rangeStrategy" : "bump"
48- } ,
49- {
50- matchDatasources : [ "docker" ] ,
51- matchPackageNames : [ "mcr.microsoft.com/playwright" ] ,
52- groupName : "playwright" ,
53- matchFileNames : [
54- "core/Dockerfile"
42+ matchPackageNames : [
43+ "@playwright/test" ,
44+ "@axe-core/playwright" ,
45+ "mcr.microsoft.com/playwright"
5546 ] ,
47+ matchDatasources : [ "npm" , "docker" ] ,
48+ matchFileNames : [ "core/package.json" , "core/Dockerfile" ] ,
49+ allowedVersions : "/^\\d+\\.\\d+\\.\\d+$/" ,
50+ rangeStrategy : "bump" ,
5651 versioning : "semver"
5752 } ,
5853 {
You can’t perform that action at this time.
0 commit comments