From 53a4c2f3b4797be03e544c80c26136895ee2f524 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Tue, 24 Sep 2024 12:54:21 -0700 Subject: [PATCH] Update dependabot to batch everything --- .github/dependabot.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f0889ce9..298ad7080 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,18 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: daily + groups: + version-updates: + applies-to: version-updates + security-updates: + applies-to: security-updates + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + groups: + security: + applies-to: security-updates + normal: + applies-to: version-updates