diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 260c8ee2db..908fbb163f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,13 @@ updates: - package-ecosystem: "npm" # Look for `package.json` and `lock` files in the `root` directory directory: "/" - # Check the npm registry for updates every day (weekdays) + # Check the npm registry for updates every weekday schedule: interval: "daily" ignore: - dependency-name: aws-sdk + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily"