mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-23 00:50:48 +00:00
Merge pull request #94 from cisagov/improvement/add_dependabot_configuration_for_terraform
Add `dependabot` Configuration for Terraform
This commit is contained in:
commit
ff73498c96
1 changed files with 5 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
@ -11,3 +11,8 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
||||||
|
- package-ecosystem: "terraform"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
|
Loading…
Reference in a new issue