Skip to content

Commit

Permalink
feat: add npm package updates to dependabot configuration for weekly …
Browse files Browse the repository at this point in the history
…checks
  • Loading branch information
fcoagz committed Jan 5, 2025
1 parent 179d26b commit 64c5b38
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "daily"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "weekly"

0 comments on commit 64c5b38

Please sign in to comment.