xref: /rk3399_ARM-atf/.github/dependabot.yml (revision 0d35f9e54939b500ea90d27444ec7e3146b57d94)
1version: 2
2updates:
3  - target-branch: "main"
4    package-ecosystem: "npm"
5    versioning-strategy: "lockfile-only"
6    directories: ["/", "/tools/conventional-changelog-tf-a"]
7    schedule:
8      interval: "daily"
9    groups:
10      dev-deps:
11        patterns: ["*"]
12        update-types: ["minor", "patch"]
13
14  - target-branch: "lts-v2.12"
15    package-ecosystem: "npm"
16    versioning-strategy: "lockfile-only"
17    directories: ["/", "/tools/conventional-changelog-tf-a"]
18    schedule:
19      interval: "daily"
20    groups:
21      dev-deps:
22        patterns: ["*"]
23        update-types: ["patch"]
24
25  - target-branch: "lts-v2.10"
26    package-ecosystem: "npm"
27    versioning-strategy: "lockfile-only"
28    directories: ["/", "/tools/conventional-changelog-tf-a"]
29    schedule:
30      interval: "daily"
31    groups:
32      dev-deps:
33        patterns: ["*"]
34        update-types: ["patch"]
35
36  - target-branch: "lts-v2.8"
37    package-ecosystem: "npm"
38    versioning-strategy: "lockfile-only"
39    directories: ["/", "/tools/conventional-changelog-tf-a"]
40    schedule:
41      interval: "daily"
42    groups:
43      dev-deps:
44        patterns: ["*"]
45        update-types: ["patch"]
46
47  - target-branch: "main"
48    package-ecosystem: "pip"
49    versioning-strategy: "lockfile-only"
50    directories: ["/", "/tools/cot_dt2c", "/tools/memory", "/tools/tlc"]
51    schedule:
52      interval: "daily"
53    groups:
54      dev-deps:
55        patterns: ["*"]
56        update-types: ["minor", "patch"]
57
58  - target-branch: "lts-v2.12"
59    package-ecosystem: "pip"
60    versioning-strategy: "lockfile-only"
61    directories: ["/", "/tools/cot_dt2c", "/tools/memory", "/tools/tlc"]
62    schedule:
63      interval: "daily"
64    groups:
65      dev-deps:
66        patterns: ["*"]
67        update-types: ["patch"]
68
69  - target-branch: "lts-v2.10"
70    package-ecosystem: "pip"
71    versioning-strategy: "lockfile-only"
72    directories: ["/"]
73    schedule:
74      interval: "daily"
75    groups:
76      dev-deps:
77        patterns: ["*"]
78        update-types: ["patch"]
79
80  - target-branch: "lts-v2.8"
81    package-ecosystem: "pip"
82    versioning-strategy: "lockfile-only"
83    directories: ["/"]
84    schedule:
85      interval: "daily"
86    groups:
87      dev-deps:
88        patterns: ["*"]
89        update-types: ["patch"]
90