Skip to content

Commit a065db2

Browse files
committed
ci: use dependabot for updating npm dependencies
1 parent bf75e67 commit a065db2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,30 @@ updates:
1515
directory: "/"
1616
schedule:
1717
interval: "daily"
18+
# We use the default versioning strategy for npm (increase for apps and widen for libraries),
19+
# so that clients are free to select an appropriate version from the allowed range, when they use one of the libraries.
20+
- package-ecosystem: "npm"
21+
open-pull-requests-limit: 20
22+
directory: "/"
23+
schedule:
24+
interval: "daily"
25+
- package-ecosystem: "npm"
26+
open-pull-requests-limit: 20
27+
directory: "/ts-model-api"
28+
schedule:
29+
interval: "daily"
30+
- package-ecosystem: "npm"
31+
open-pull-requests-limit: 20
32+
directory: "/vue-model-api"
33+
schedule:
34+
interval: "daily"
35+
- package-ecosystem: "npm"
36+
open-pull-requests-limit: 20
37+
directory: "/model-api-gen-gradle-test/typescript-generation"
38+
schedule:
39+
interval: "daily"
40+
- package-ecosystem: "npm"
41+
open-pull-requests-limit: 20
42+
directory: "/model-api-gen-gradle-test/vue-integration"
43+
schedule:
44+
interval: "daily"

0 commit comments

Comments
 (0)