@codedrifters/configulator 0.0.113 → 0.0.115

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
@@ -775,15 +775,15 @@ var VERSION = {
775
775
  /**
776
776
  * Version of PNPM to use in workflows at github actions.
777
777
  */
778
- PNPM_VERSION: "10.30.2",
778
+ PNPM_VERSION: "10.30.3",
779
779
  /**
780
780
  * Version of Projen to use.
781
781
  */
782
- PROJEN_VERSION: "0.99.16",
782
+ PROJEN_VERSION: "0.99.17",
783
783
  /**
784
784
  * What version of the turborepo library should we use?
785
785
  */
786
- TURBO_VERSION: "2.8.10"
786
+ TURBO_VERSION: "2.8.11"
787
787
  };
788
788
 
789
789
  // src/jsii/jsii-faker.ts
@@ -1266,7 +1266,7 @@ var MonorepoProject = class extends TypeScriptAppProject {
1266
1266
  depsUpgrade: true,
1267
1267
  depsUpgradeOptions: {
1268
1268
  workflowOptions: {
1269
- schedule: UpgradeDependenciesSchedule2.expressions(["0 23 * * *"])
1269
+ schedule: UpgradeDependenciesSchedule2.DAILY
1270
1270
  },
1271
1271
  cooldown: 1
1272
1272
  },