Skip to content

Commit a8bc77b

Browse files
authored
Change npm schedule to monthly (#7033)
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.
1 parent cc82f52 commit a8bc77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ updates:
4848
# the specified directory.
4949
directory: "/cirq-web/cirq_ts/"
5050
schedule:
51-
interval: "weekly"
51+
interval: "monthly"
5252
versioning-strategy: "widen"
5353
groups:
5454
# Group non-security version minor & patch updates into one PR.

0 commit comments

Comments
 (0)