Skip to content

Commit

Permalink
👷 (ci): Adds Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
bendoerr committed Jul 21, 2023
1 parent 5fe10dc commit 5340cb3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/test"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
interval: "weekly"

0 comments on commit 5340cb3

Please sign in to comment.