Skip to content

Commit

Permalink
ci: adds dependabot.yml (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Jun 6, 2024
1 parent 1772c58 commit 747f807
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: "chore"
include: "scope"
schedule:
interval: "daily"
- package-ecosystem: "terraform"
directory: "/modules"
commit-message:
prefix: "chore"
include: "scope"
schedule:
interval: "daily"
- package-ecosystem: "terraform"
directory: "/samples"
commit-message:
prefix: "chore"
include: "scope"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/docs"
commit-message:
prefix: "chore"
include: "scope"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/docs"
commit-message:
prefix: "chore"
include: "scope"
schedule:
interval: "daily"

0 comments on commit 747f807

Please sign in to comment.