Skip to content

Commit 8cc1c44

Browse files
authored
chore: upgrade dependencies weekly (#40)
Given that we need to manually give permissions to run workflows for every update, better reduce the frequency to not sit with a giant inventory of PRs.
1 parent 1c6f900 commit 8cc1c44

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/upgrade.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+6
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ const repo = configureProject(
139139
}),
140140
},
141141

142+
depsUpgradeOptions: {
143+
workflowOptions: {
144+
schedule: pj.javascript.UpgradeDependenciesSchedule.WEEKLY,
145+
},
146+
},
147+
142148
githubOptions: {
143149
mergeQueue: true,
144150
pullRequestLintOptions: {

0 commit comments

Comments
 (0)