@codedrifters/configulator 0.0.94 → 0.0.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -1156,7 +1156,7 @@ var MonorepoProject = class extends TypeScriptAppProject {
1156
1156
  depsUpgrade: true,
1157
1157
  depsUpgradeOptions: {
1158
1158
  workflowOptions: {
1159
- schedule: UpgradeDependenciesSchedule2.WEEKLY
1159
+ schedule: UpgradeDependenciesSchedule2.expressions(["0 23 * * *"])
1160
1160
  },
1161
1161
  cooldown: 1
1162
1162
  },