diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bebe39f326..d41b3443d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,7 +20,5 @@ updates: - package-ecosystem: "pre-commit" directory: "/" - schedule: - # Check for updates on the first Sunday of every month, 8PM UTC - interval: "cron" - cronjob: "0 20 * * sun#1" + patterns: ["*"] + multi-ecosystem-group: "dependencies"