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 4e10c9a commit e072601Copy full SHA for e072601
.github/dependabot.yml
@@ -376,13 +376,18 @@ updates:
376
update-types: [ "version-update:semver-major" ]
377
- dependency-name: "com.diffplug.spotless"
378
update-types: [ "version-update:semver-minor" ]
379
-
+
380
# Smoke test
381
- package-ecosystem: "gradle"
382
directory: "/smoke-test"
383
schedule:
384
interval: "weekly"
385
open-pull-requests-limit: 10
386
+ ignore:
387
+ - dependency-name: "ch.qos.logback:logback-classic"
388
+ update-types: [ "version-update:semver-minor" ]
389
+ - dependency-name: "com.diffplug.spotless"
390
391
392
# GitHub Actions
393
- package-ecosystem: "github-actions"
0 commit comments