Skip to content

Commit

Permalink
chore: configure dependabot for ignoring docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alperensert committed Apr 17, 2024
1 parent efb44f6 commit 7b5fcee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ updates:
- dependency-name: "axios"
reviewers:
- "alperensert"
- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"

0 comments on commit 7b5fcee

Please sign in to comment.