Skip to content

Commit

Permalink
dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
vineelsai26 committed Jan 14, 2024
1 parent 5aaebaf commit 95565bb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@

version: 2
updates:
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "vineelsai26"
commit-message:
prefix: "docker"
prefix: "terraform"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "vineelsai26"
commit-message:
prefix: "github-actions"

0 comments on commit 95565bb

Please sign in to comment.