Skip to content

Commit 6ce2c13

Browse files
committed
update
1 parent 46be574 commit 6ce2c13

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ updates:
6565
patterns:
6666
- "org.apache.kafka:*"
6767
- "io.confluent:*"
68-
# Kafka major upgrades generally require more work due to breaking changes
69-
#update-types:
70-
# - "patch"
71-
# - "minor"
7268
schema-tools:
7369
patterns:
7470
- "com.github.victools:jsonschema-generator"
@@ -88,6 +84,9 @@ updates:
8884
gradle-wrapper:
8985
patterns:
9086
- "gradle-wrapper"
87+
update-types:
88+
- "patch"
89+
- "minor"
9190
others:
9291
patterns:
9392
- "*"

0 commit comments

Comments
 (0)