Skip to content

Commit

Permalink
chore: add dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Mar 21, 2024
1 parent d4df5dd commit 1ddbcc5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

version: 2
updates:
# Dependencies listed in go.mod
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 1ddbcc5

Please sign in to comment.