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 f6d5935 commit d5ad2f6Copy full SHA for d5ad2f6
.github/dependabot.yml
@@ -6,6 +6,31 @@ updates:
6
interval: daily
7
time: '10:00'
8
open-pull-requests-limit: 10
9
+ groups:
10
+ eslint:
11
+ patterns:
12
+ - 'eslint-*'
13
+ - '@typescript-eslint/*'
14
+ - '@eslint/*'
15
+
16
+ typescript:
17
18
+ - 'typescript-*'
19
+ - '@typescript/*'
20
21
+ jest:
22
23
+ - 'jest-*'
24
+ - '@jest/*'
25
26
+ actions:
27
28
+ - 'actions/*'
29
+ - '@actions/*'
30
31
+ misc:
32
33
+ - '*'
34
35
- package-ecosystem: github-actions
36
directory: '/'
0 commit comments