Skip to content

Commit

Permalink
ci: check deps monthly, not weekly (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik authored Jan 28, 2025
1 parent 5bf5dd0 commit faf61bc
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 @@ -6,7 +6,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"
Expand All @@ -18,4 +18,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit faf61bc

Please sign in to comment.