diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9704244..c48f2b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,21 @@ -# https://dependabot.com/docs/config-file-beta/validator/ --- version: 2 updates: - - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / + open-pull-requests-limit: 5 schedule: - interval: "weekly" - day: "wednesday" + interval: monthly + day: wednesday + - package-ecosystem: terraform + directory: modules/aws-asg + open-pull-requests-limit: 5 + schedule: + interval: monthly + day: wednesday + - package-ecosystem: terraform + directory: modules/aws-asg/examples + open-pull-requests-limit: 5 + schedule: + interval: monthly + day: wednesday