Skip to content

Commit

Permalink
ci: Increase Dependabot cadence to weekly (manzt#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored May 19, 2024
1 parent 6f8445e commit 26c9d89
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 @@ -13,7 +13,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
groups:
dev-dependencies:
dependency-type: "development"
Expand All @@ -29,4 +29,4 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"

0 comments on commit 26c9d89

Please sign in to comment.