We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a710b3 commit 5944f2cCopy full SHA for 5944f2c
.github/dependabot.yml
@@ -17,10 +17,23 @@ updates:
17
interval: 'daily'
18
time: '00:00'
19
timezone: 'Europe/Berlin'
20
+ groups:
21
+ typescript-eslint:
22
+ patterns:
23
+ - '@typescript-eslint/*'
24
+ angular:
25
26
+ - '@angular/*'
27
+ - '@angular-devkit/*'
28
+ exclude-patterns:
29
+ - '@angular/cli'
30
+ angular-eslint:
31
32
+ - '@angular-eslint/*'
33
34
- package-ecosystem: 'github-actions'
35
directory: '/'
36
schedule:
37
38
- timezone: 'Europe/Berlin'
39
+ timezone: 'Europe/Berlin'
0 commit comments