From ff40cf68b8cfbe1e366e149ec71a94d52875cf2e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:59:46 +0000 Subject: [PATCH 1/2] Group CodeQL Dependabot updates Co-authored-by: baywet <7905502+baywet@users.noreply.github.com> --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5cb734b9..3a3cb154 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -46,6 +46,9 @@ updates: interval: daily open-pull-requests-limit: 10 groups: + codeql: + patterns: + - 'github/codeql-action*' junit-dependencies: patterns: - '*junit*' From f5d8870ef78159650b5c0600e768541ed0599989 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 18 Aug 2026 06:50:16 -0400 Subject: [PATCH 2/2] chore: removes unnecessary time from configuration Signed-off-by: Vincent Biret --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cb154..f8e9bd64 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,6 @@ updates: - /components/bundle schedule: interval: daily - time: 09:00 open-pull-requests-limit: 10 groups: junit-dependencies: @@ -36,7 +35,6 @@ updates: - /components/bundle/android schedule: interval: daily - time: 10:00 open-pull-requests-limit: 10 cooldown: default-days: 7