Skip to content

Commit 5944f2c

Browse files
authored
chore(dependabot): group updates
1 parent 7a710b3 commit 5944f2c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,23 @@ updates:
1717
interval: 'daily'
1818
time: '00:00'
1919
timezone: 'Europe/Berlin'
20+
groups:
21+
typescript-eslint:
22+
patterns:
23+
- '@typescript-eslint/*'
24+
angular:
25+
patterns:
26+
- '@angular/*'
27+
- '@angular-devkit/*'
28+
exclude-patterns:
29+
- '@angular/cli'
30+
angular-eslint:
31+
patterns:
32+
- '@angular-eslint/*'
2033

2134
- package-ecosystem: 'github-actions'
2235
directory: '/'
2336
schedule:
2437
interval: 'daily'
2538
time: '00:00'
26-
timezone: 'Europe/Berlin'
39+
timezone: 'Europe/Berlin'

0 commit comments

Comments
 (0)