Skip to content

Commit

Permalink
Change npm schedule to monthly (#7033)
Browse files Browse the repository at this point in the history
The only JavaScript dependencies are in the cirq-web package, which
isn't installed in a public-facing location anywhere. The frequency of
Dependabot updates and PRs has been too high to justify the
maintenance cost.
  • Loading branch information
mhucka authored Feb 5, 2025
1 parent cc82f52 commit a8bc77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ updates:
# the specified directory.
directory: "/cirq-web/cirq_ts/"
schedule:
interval: "weekly"
interval: "monthly"
versioning-strategy: "widen"
groups:
# Group non-security version minor & patch updates into one PR.
Expand Down

0 comments on commit a8bc77b

Please sign in to comment.