diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77b915da..a0670658 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,6 @@ 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 once a week (Monday) schedule: - interval: 'daily' + interval: 'weekly'