From 1775be6fc3f2dc334e55239c08654184c7bb6bc2 Mon Sep 17 00:00:00 2001 From: HeavenVR Date: Tue, 28 Jul 2026 11:07:24 +0200 Subject: [PATCH 1/2] chore: spread dependabot schedule across the week --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 19f3325..3e9b134 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: schedule: interval: weekly day: monday - time: '06:00' + time: '12:00' groups: npm-dependencies: patterns: @@ -23,7 +23,7 @@ updates: schedule: interval: weekly day: monday - time: '06:00' + time: '12:00' groups: github-actions: patterns: From a12413c250e31104185dac238658f8995f088729 Mon Sep 17 00:00:00 2001 From: HeavenVR Date: Tue, 28 Jul 2026 12:29:00 +0200 Subject: [PATCH 2/2] Change dependabot to check for npm updates Updated the dependabot configuration to check for npm package updates instead of Nuget. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e9b134..4aa7999 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - # Check for Nuget package updates + # Check for npm package updates - package-ecosystem: npm directory: / schedule: