Merge pull request #94 from cisagov/improvement/add_dependabot_configuration_for_terraform

Add `dependabot` Configuration for Terraform
pull/113/head
Nick M 3 years ago committed by GitHub
commit ff73498c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/dependabot.yml

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

Loading…
Cancel
Save