From 2a08aa568eb06f2bbc9fb0ba678de9743bf47f04 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Thu, 10 Sep 2026 11:45:18 +0100 Subject: [PATCH] Configure Dependabot cooldown and Windows crate groups Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Davies --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e3b759e97..15efda648 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,8 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + cooldown: + default-days: 7 schedule: interval: "daily" time: "03:00" @@ -9,6 +11,8 @@ updates: - "kind/dependencies" - package-ecosystem: "cargo" directory: "/" + cooldown: + default-days: 7 schedule: interval: "daily" time: "03:00" @@ -16,6 +20,9 @@ updates: - "kind/dependencies" open-pull-requests-limit: 20 groups: + windows: + patterns: + - "windows-*" mshv: patterns: - "mshv-*" @@ -26,6 +33,8 @@ updates: - "wit-component" - package-ecosystem: "cargo" directory: "/src/tests/rust_guests" + cooldown: + default-days: 7 schedule: interval: "daily" time: "03:00" @@ -33,3 +42,7 @@ updates: - "kind/dependencies" - "area/guest" open-pull-requests-limit: 5 + groups: + windows: + patterns: + - "windows-*"