@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.js CHANGED
@@ -1169,7 +1169,7 @@ var MonorepoProject = class extends import_typescript.TypeScriptAppProject {
1169
1169
  depsUpgrade: true,
1170
1170
  depsUpgradeOptions: {
1171
1171
  workflowOptions: {
1172
- schedule: import_javascript2.UpgradeDependenciesSchedule.WEEKLY
1172
+ schedule: import_javascript2.UpgradeDependenciesSchedule.expressions(["0 23 * * *"])
1173
1173
  },
1174
1174
  cooldown: 1
1175
1175
  },