diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 23fac54df61..71a4f5c690c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,9 @@ updates: allow: # Allow updates for any packages starting with "@aws-amplify" - dependency-name: "@aws-amplify*" + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) + directory: "/" + schedule: + interval: "monthly"