Skip to content

Commit 8a9ec45

Browse files
authored
chore: update deps upgrade schedule to weekly (#57)
1 parent 223a1a2 commit 8a9ec45

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/upgrade-main.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { OpsBRTypeScriptProject } from "@opsbr/projen-typescript";
2+
import { javascript } from "projen";
23
const project = new OpsBRTypeScriptProject({
34
name: "eslint-import-resolver-typescript-bun",
45
defaultReleaseBranch: "main",
@@ -15,5 +16,10 @@ const project = new OpsBRTypeScriptProject({
1516
autoApproveOptions: {
1617
allowedUsernames: ["opsbr-bot[bot]"],
1718
},
19+
depsUpgradeOptions: {
20+
workflowOptions: {
21+
schedule: javascript.UpgradeDependenciesSchedule.WEEKLY,
22+
},
23+
},
1824
});
1925
project.synth();

0 commit comments

Comments
 (0)