Skip to content

Commit dca21dd

Browse files
committed
Limit to just playwright for now for testing purposes.
1 parent bdba21a commit dca21dd

File tree

1 file changed

+1
-80
lines changed

1 file changed

+1
-80
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -47,83 +47,4 @@ updates:
4747
tests-playwright:
4848
patterns:
4949
- "*playwright*"
50-
# Dependencies related to JavaScript testing with QUnit.
51-
tests-qunit:
52-
patterns:
53-
- "*qunit*"
54-
- "sinon*"
55-
# Dependencies related to CSS and SASS building and manilupating.
56-
dev-css-sass:
57-
patterns:
58-
- "autoprefixer"
59-
# postcss and css related dependencies.
60-
- "*css*"
61-
- "*sass"
62-
# Dependencies related to the Webpack build process.
63-
dev-webpack:
64-
patterns:
65-
- "*webpack*"
66-
- "react-refresh"
67-
- "source-map-loader"
68-
# Dependencies related to the local Docker development environment.
69-
dev-docker:
70-
patterns:
71-
- "dotenv*"
72-
- "wait-on"
73-
# Dependencies that do not fall into a specific grouping.
74-
dev-miscellaneous:
75-
patterns:
76-
- "chalk"
77-
- "check-node-version"
78-
- "ink-docstrap"
79-
- "install-changed"
80-
- "matchdep"
81-
- "uuid"
82-
# Dependencies related to JavaScript minification.
83-
dev-uglify:
84-
patterns:
85-
- "*uglify*"
86-
# All GruntJS related dependencies that do not relate to another group.
87-
dev-grunt:
88-
patterns:
89-
- "*grunt*"
90-
91-
##
92-
# Groups for updating production dependencies.
93-
##
94-
95-
# Dependencies related to jQuery and its ecosystem.
96-
external-jquery:
97-
patterns:
98-
- "jquery*"
99-
# Dependencies related to React and its ecosystem.
100-
external-react:
101-
patterns:
102-
- "react*"
103-
- "!react-refresh"
104-
# Dependencies used for bundling polyfill libraries into WordPress.
105-
external-polyfills:
106-
patterns:
107-
- "core-js-url-browser"
108-
- "element-closest"
109-
- "formdata-polyfill"
110-
- "imagesloaded"
111-
- "objectFitPolyfill"
112-
- "polyfill-library"
113-
- "regenerator-runtime"
114-
- "whatwg-fetch"
115-
- "wicg-inert"
116-
# Dependencies related to the Masonry library.
117-
external-masonry:
118-
patterns:
119-
- "masonry-layout"
120-
# Dependencies that do not fall into a specific grouping.
121-
external-miscellaneous:
122-
patterns:
123-
- "backbone"
124-
- "clipboard"
125-
- "hoverintent"
126-
- "json2php"
127-
- "lodash"
128-
- "moment"
129-
- "underscore"
50+

0 commit comments

Comments
 (0)