Skip to content

Commit

Permalink
Update dependencies every month (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo authored Oct 28, 2024
1 parent 93f8a72 commit ce9995a
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 @@ -3,9 +3,9 @@ updates:
- package-ecosystem: "npm"
directory: "/"

# Open a new pull request every week, if there are updates available.
# Open a new pull request every month, if there are updates available.
schedule:
interval: "weekly"
interval: "monthly"
timezone: "Europe/Berlin"

labels:
Expand Down

0 comments on commit ce9995a

Please sign in to comment.