Skip to content

Commit

Permalink
Add smoke test to dependabot (#8928)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored Jul 10, 2024
1 parent a9db0a9 commit e1520a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e1520a0

Please sign in to comment.