diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 759819d..a08a33c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,14 @@ version: 2 updates: -- package-ecosystem: "github-actions" - directory: "/" +- package-ecosystem: github-actions + directory: / schedule: - interval: "daily" + interval: daily + +- package-ecosystem: terraform + directories: + - /modules/resource-group + - /modules/s3-archive-bucket + - /modules/sqs-aws-event-queue + schedule: + interval: weekly