Skip to content

Commit

Permalink
Update Dependabot Configuration
Browse files Browse the repository at this point in the history
Currently, we manually update our Terraform providers.

This commit configures Dependabot to create PRs for updates to Terraform
providers.
  • Loading branch information
smaboshe committed Dec 13, 2024
1 parent 318a76a commit 098ef29
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
---
version: 2

updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
time: "02:00"
timezone: "Etc/UTC"

- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: weekly
time: "02:00"
timezone: "Etc/UTC"

0 comments on commit 098ef29

Please sign in to comment.