diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4421aeefca4..0eea5afdd43 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -376,6 +376,13 @@ updates: update-types: [ "version-update:semver-major" ] - dependency-name: "com.diffplug.spotless" update-types: [ "version-update:semver-minor" ] + + # Smoke test + - package-ecosystem: "gradle" + directory: "/smoke-test" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 # GitHub Actions - package-ecosystem: "github-actions"