Add dependabot configuration for Terraform

This will configure `dependabot` to scan Terraform configurations if they exist
in a repository. If a repository stores a Terraform configuration in a sub-
directory this configuration will need to be modified or an additional
configuration must be added if there still exists a Terraform configuration in
the root directory.
pull/113/head
Nicholas McDonnell 3 years ago
parent 14d2edb6bc
commit 24df40abd1
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 5
      .github/dependabot.yml

@ -11,3 +11,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "weekly"

Loading…
Cancel
Save