From e1520a0a2b46032a3eb34ced18d59547a9782fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez=20Gonzales?= Date: Wed, 10 Jul 2024 16:30:13 -0600 Subject: [PATCH] Add smoke test to dependabot (#8928) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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"