We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd6016 commit 646e5e7Copy full SHA for 646e5e7
.github/dependabot.yml
@@ -121,6 +121,9 @@ updates:
121
schedule:
122
interval: "weekly"
123
open-pull-requests-limit: 10
124
+ ignore:
125
+ - dependency-name: "com.influxdb:influxdb-java-client"
126
+ update-types: [ "version-update:semver-major" ]
127
- package-ecosystem: "gradle"
128
directory: "/modules/jdbc"
129
@@ -376,6 +379,8 @@ updates:
376
379
update-types: [ "version-update:semver-major" ]
377
380
- dependency-name: "com.diffplug.spotless"
378
381
update-types: [ "version-update:semver-minor" ]
382
+ - dependency-name: "com.hazelcast:hazelcast"
383
+ update-types: [ "version-update:semver-minor" ]
384
385
# Smoke test
386
0 commit comments