Skip to content

Commit b4fdd80

Browse files
committed
chore: reorganize dependabot
1 parent 6466997 commit b4fdd80

File tree

1 file changed

+33
-56
lines changed

1 file changed

+33
-56
lines changed

.github/dependabot.yml

Lines changed: 33 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,44 @@
11
version: 2
22
updates:
33
- package-ecosystem: "maven"
4-
directory: "webinars/Qdrant/gatling"
5-
schedule:
6-
interval: "weekly"
7-
day: "thursday"
8-
- package-ecosystem: "maven"
9-
directory: "webinars/Koyeb/gatling"
10-
schedule:
11-
interval: "weekly"
12-
day: "thursday"
13-
- package-ecosystem: "github-actions"
14-
directory: "webinars/Koyeb/.github/workflows"
15-
schedule:
16-
interval: "weekly"
17-
day: "thursday"
4+
directories:
5+
- "webinars/Qdrant/gatling"
6+
- "webinars/Koyeb/gatling"
7+
- "webinars/Koyeb/.github/workflows"
8+
- "webinars/Docker/.github/workflows"
9+
- "webinars/Docker/gatling"
10+
- "articles/websocketguide/Gatling"
11+
- "articles/load-test-llm-sse"
12+
- "articles/gitlabintegration/Gatling/java"
13+
- "articles/githubintegration/Gatling/java"
14+
- "articles/datafaker/Gatling"
15+
groups:
16+
gatling:
17+
patterns:
18+
- "io.gatling*"
19+
commit-message:
20+
prefix: "chore"
21+
schedule:
22+
interval: "weekly"
23+
day: "thursday"
24+
1825
- package-ecosystem: "github-actions"
19-
directory: "webinars/Docker/.github/workflows"
26+
directories:
27+
- "webinars/Koyeb/.github/workflows"
28+
- "webinars/Docker/.github/workflows"
29+
commit-message:
30+
prefix: "chore"
2031
schedule:
2132
interval: "weekly"
2233
day: "thursday"
23-
- package-ecosystem: "maven"
24-
directory: "webinars/Docker/gatling"
25-
schedule:
26-
interval: "weekly"
27-
day: "thursday"
34+
2835
- package-ecosystem: "npm"
29-
directory: "meetup/AI_Developer_Meetup/gatling"
30-
schedule:
31-
interval: "weekly"
32-
day: "thursday"
33-
- package-ecosystem: "maven"
34-
directory: "articles/websocketguide/Gatling"
36+
directories:
37+
- "meetup/AI_Developer_Meetup/gatling"
38+
- "articles/gitlabintegration/Gatling/javascript"
39+
- "articles/githubintegration/Gatling/javascript"
40+
commit-message:
41+
prefix: "chore"
3542
schedule:
3643
interval: "weekly"
3744
day: "thursday"
38-
- package-ecosystem: "maven"
39-
directory: "articles/load-test-llm-sse"
40-
schedule:
41-
interval: "weekly"
42-
day: "thursday"
43-
- package-ecosystem: "maven"
44-
directory: "articles/gitlabintegration/Gatling/java"
45-
schedule:
46-
interval: "weekly"
47-
day: "thursday"
48-
- package-ecosystem: "npm"
49-
directory: "articles/gitlabintegration/Gatling/javascript"
50-
schedule:
51-
interval: "weekly"
52-
day: "thursday"
53-
- package-ecosystem: "maven"
54-
directory: "articles/githubintegration/Gatling/java"
55-
schedule:
56-
interval: "weekly"
57-
day: "thursday"
58-
- package-ecosystem: "npm"
59-
directory: "articles/githubintegration/Gatling/javascript"
60-
schedule:
61-
interval: "weekly"
62-
day: "thursday"
63-
- package-ecosystem: "maven"
64-
directory: "articles/datafaker/Gatling"
65-
schedule:
66-
interval: "weekly"
67-
day: "thursday"

0 commit comments

Comments
 (0)