Skip to content

Commit

Permalink
fix: dependabot directories configuration (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored Sep 11, 2024
1 parent 03966ff commit 483f962
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 483f962

Please sign in to comment.