Skip to content

Commit 51a6502

Browse files
authored
Update dependabot.yml
1 parent ac83b10 commit 51a6502

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ updates:
2020
update-types:
2121
- "patch"
2222
- "minor"
23+
confluent-minor-patch-dependencies:
24+
patterns:
25+
- "io.confluent:*"
26+
- "org.apache.kafka:*"
27+
# We will handle major upgrades manually
28+
update-types:
29+
- "patch"
30+
- "minor"
31+
confluent-major-dependencies:
32+
patterns:
33+
- "io.confluent:*"
34+
- "org.apache.kafka:*"
35+
update-types:
36+
- "major"
2337
other-dependencies:
2438
patterns:
2539
- "*"

0 commit comments

Comments
 (0)