This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 },
5151 {
5252 "groupName" : " typescript-types" ,
53- "matchPackageNames " : [
53+ "matchPackagePatterns " : [
5454 " ^@types/"
5555 ]
5656 },
5757 {
5858 "groupName" : " eslint packages" ,
59- "matchPackageNames " : [
59+ "matchPackagePatterns " : [
6060 " eslint"
6161 ]
6262 },
6868 "groupName" : " pytest packages" ,
6969 "groupSlug" : " pytest" ,
7070 "separateMinorPatch" : true ,
71- "matchPackageNames " : [
71+ "matchPackagePatterns " : [
7272 " ^pytest"
7373 ]
7474 },
8383 "allowedVersions" : " ^3.8" ,
8484 "enabled" : true
8585 },
86+ {
87+ "description" : " Auto merge lint and formatting tools" ,
88+ "matchManagers" : [" npm" ],
89+ "matchPackagePatterns" : [
90+ " lint" ,
91+ " prettier" ,
92+ " eslint" ,
93+ " @typescript-eslint/" ,
94+ " stylelint" ,
95+ " jshint" ,
96+ " tslint"
97+ ],
98+ "automerge" : true ,
99+ "automergeType" : " pr"
100+ },
101+ {
102+ "description" : " Auto merge npm minor and patch updates" ,
103+ "matchManagers" : [" npm" ],
104+ "matchUpdateTypes" : [" minor" , " patch" ],
105+ "matchCurrentVersion" : " !/^0/" ,
106+ "automerge" : true ,
107+ "automergeType" : " pr"
108+ },
109+ {
110+ "description" : " Auto merge GitHub Actions minor updates" ,
111+ "matchManagers" : [" github-actions" ],
112+ "matchUpdateTypes" : [" minor" , " patch" ],
113+ "automerge" : true ,
114+ "automergeType" : " pr"
115+ },
86116 {
87117 "description" : " Auto merge non-major updates" ,
88118 "matchUpdateTypes" : [
You can’t perform that action at this time.
0 commit comments