We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39495ee commit 5b66804Copy full SHA for 5b66804
.github/dependabot.yml
@@ -85,6 +85,9 @@ updates:
85
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
86
versioning-strategy: increase
87
groups:
88
+ patch-dependencies:
89
+ update-types:
90
+ - "patch"
91
commitlint:
92
patterns:
93
- '@commitlint*'
@@ -97,7 +100,6 @@ updates:
97
100
- 'react-dom'
98
101
update-types:
99
102
- 'minor'
- - 'patch'
103
typescript-eslint:
104
105
- '@typescript-eslint*'
@@ -119,4 +121,3 @@ updates:
119
121
- 'ng-packagr'
120
122
123
0 commit comments