From a109f551ea1629114857836d223196549aabb105 Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Wed, 6 Aug 2025 11:44:39 -0700 Subject: [PATCH] Add Dependabot configuration for npm and nuget --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4044666..5071e86 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,19 @@ updates: patterns: - 'actions/*' - 'github/*' + + - package-ecosystem: 'npm' + directories: + - '/tools/harvester-forwarding' + - '/tools/integration' + schedule: + interval: weekly + groups: + dev-dependencies: + dependency-type: 'development' + + - package-ecosystem: 'nuget' + directories: + - '/tools/blobstorage-backupdata' + schedule: + interval: weekly