Skip to content

Commit

Permalink
Change dependabot to a monthly cadence
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Oct 26, 2023
1 parent b6dff3b commit a1ec375
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
open-pull-requests-limit: 100
groups:
nonbreaking:
Expand All @@ -14,16 +14,16 @@ updates:
- package-ecosystem: npm
directory: "/npm/javy"
schedule:
interval: "weekly"
interval: "monthly"
open-pull-requests-limit: 100

- package-ecosystem: npm
directory: "/npm/javy-cli"
schedule:
interval: "weekly"
interval: "monthly"
open-pull-requests-limit: 100

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit a1ec375

Please sign in to comment.