File tree Expand file tree Collapse file tree 1 file changed +80
-3
lines changed
Expand file tree Collapse file tree 1 file changed +80
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,7 @@ updates:
3737 interval : " daily"
3838 open-pull-requests-limit : 50
3939 ignore :
40- - dependency-name : " *"
41- allow :
42- - dependency-name : " @playwright/test"
40+ - dependency-name : " @wordpress/*"
4341 groups :
4442 # #
4543 # Groups for updating devDependencies.
@@ -49,4 +47,83 @@ updates:
4947 tests-playwright :
5048 patterns :
5149 - " *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*"
5290
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"
You can’t perform that action at this time.
0 commit comments