Skip to content

Commit e1520a0

Browse files
authored
Add smoke test to dependabot (#8928)
1 parent a9db0a9 commit e1520a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,13 @@ updates:
376376
update-types: [ "version-update:semver-major" ]
377377
- dependency-name: "com.diffplug.spotless"
378378
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
379386

380387
# GitHub Actions
381388
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)