Skip to content

Commit

Permalink
ci: revert dependabot configuration to scan only one directory (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 authored Jan 20, 2025
1 parent 914a5ce commit 0b29c5c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ updates:
schedule:
interval: "weekly"

# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#directories-or-directory--
# Maintain dependencies for nuget
- package-ecosystem: "nuget"
directories:
- "/"
- "/src/Giraffe/"
- "/tests/Giraffe.Tests/"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 0b29c5c

Please sign in to comment.