-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdependabot.yml
46 lines (43 loc) · 899 Bytes
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
groups:
spring:
patterns:
- "*spring*"
maven:
patterns:
- "*maven*"
kotlin:
patterns:
- "*kotlin*"
postgresql:
patterns:
- "postgresql*"
- "*postgresql*"
- "*postgresql"
- package-ecosystem: "npm"
directory: "/vma-gui"
schedule:
interval: "daily"
ignore:
- dependency-name: "typescript"
versions: ["5.7.2"]
groups:
angular:
patterns:
- "@angular*"
- "angular*"
- "*angular*"
- "@types*"
- "*types*"
- package-ecosystem: "npm"
directory: "/e2e"
schedule:
interval: "daily"
ignore:
- dependency-name: "typescript"
versions: ["5.7.2"]