@@ -45,6 +45,22 @@ updates:
4545 update-types :
4646 - " minor"
4747 - " patch"
48+ # Group together all patch version updates for @typescript-eslint in a single PR
49+ typescript-eslint :
50+ applies-to : version-updates
51+ patterns :
52+ - " @typescript-eslint*"
53+ update-types :
54+ - " minor"
55+ - " patch"
56+ # Group together all security updates for @typescript-eslint.
57+ typescript-eslint-security :
58+ applies-to : security-updates
59+ patterns :
60+ - " @typescript-eslint*"
61+ update-types :
62+ - " minor"
63+ - " patch"
4864 ignore :
4965 # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
5066 - dependency-name : " *"
@@ -93,6 +109,22 @@ updates:
93109 update-types :
94110 - " minor"
95111 - " patch"
112+ # Group together all patch version updates for @typescript-eslint in a single PR
113+ typescript-eslint :
114+ applies-to : version-updates
115+ patterns :
116+ - " @typescript-eslint*"
117+ update-types :
118+ - " minor"
119+ - " patch"
120+ # Group together all security updates for @typescript-eslint.
121+ typescript-eslint-security :
122+ applies-to : security-updates
123+ patterns :
124+ - " @typescript-eslint*"
125+ update-types :
126+ - " minor"
127+ - " patch"
96128 ignore :
97129 # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
98130 - dependency-name : " *"
@@ -141,6 +173,22 @@ updates:
141173 update-types :
142174 - " minor"
143175 - " patch"
176+ # Group together all patch version updates for @typescript-eslint in a single PR
177+ typescript-eslint :
178+ applies-to : version-updates
179+ patterns :
180+ - " @typescript-eslint*"
181+ update-types :
182+ - " minor"
183+ - " patch"
184+ # Group together all security updates for @typescript-eslint.
185+ typescript-eslint-security :
186+ applies-to : security-updates
187+ patterns :
188+ - " @typescript-eslint*"
189+ update-types :
190+ - " minor"
191+ - " patch"
144192 ignore :
145193 # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
146194 - dependency-name : " *"
0 commit comments