Skip to content

Commit

Permalink
chore: enable Dependabot automatic version upgrade PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Jul 5, 2024
1 parent a4c7e8f commit e014320
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# for information about dependabot.yml format/options

version: 2

updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
allow:
- dependency-name: "software.amazon.smithy:*"

0 comments on commit e014320

Please sign in to comment.