Skip to content

Commit

Permalink
Update dependabot.yml (All-Hands-AI#1876)
Browse files Browse the repository at this point in the history
Changed dependabot update schedule to daily to keep packages more up to date
  • Loading branch information
temotskipa authored May 18, 2024
1 parent 1a045dc commit d4c136a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/frontend" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"

0 comments on commit d4c136a

Please sign in to comment.