From 483f962b6744269e3066427cb2bd11feed075bd8 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 11 Sep 2024 14:42:12 -0400 Subject: [PATCH] fix: dependabot directories configuration (#204) --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 69f78a6..651632d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,11 +6,17 @@ version: 2 updates: - package-ecosystem: "nuget" - directory: "/" + directories: + - /1-Call-MSGraph/ + - /2-Call-OwnApi/ + - /3-Using-KeyVault/ + - /4-Call-OwnApi-Pop/ + - /5-Call-MSGraph-ManagedIdentity/ + - /6-Call-OwnApi-ManagedIdentity/ schedule: interval: "daily" allow: - - dependency-name: "Microsoft.Identity*" + - dependency-name: "Microsoft.*" labels: - "dependabot" - "dependencies"