diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a80c16..3b24ee7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,17 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + python-packages: + patterns: + - "*" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "daily" + groups: + action-packages: + patterns: + - "*"