@codedrifters/configulator 0.0.432 → 0.0.433

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
@@ -41533,7 +41533,7 @@ var MonorepoProject = class extends import_typescript3.TypeScriptAppProject {
41533
41533
  workflowOptions: {
41534
41534
  schedule: import_javascript3.UpgradeDependenciesSchedule.DAILY
41535
41535
  },
41536
- cooldown: 1
41536
+ cooldown: 7
41537
41537
  },
41538
41538
  /**
41539
41539
  * Disable tsconfig.dev.json in the root since we aren't going to be
@@ -42040,7 +42040,7 @@ var TypeScriptProject = class extends import_projen24.typescript.TypeScriptProje
42040
42040
  workflowOptions: {
42041
42041
  schedule: import_javascript4.UpgradeDependenciesSchedule.WEEKLY
42042
42042
  },
42043
- cooldown: 1
42043
+ cooldown: 7
42044
42044
  } : {}
42045
42045
  },
42046
42046
  /**
@@ -43995,7 +43995,7 @@ var AwsCdkProject = class extends import_projen31.awscdk.AwsCdkTypeScriptApp {
43995
43995
  workflowOptions: {
43996
43996
  schedule: import_javascript5.UpgradeDependenciesSchedule.WEEKLY
43997
43997
  },
43998
- cooldown: 1
43998
+ cooldown: 7
43999
43999
  },
44000
44000
  /**
44001
44001
  * Only release when the package source content or package.json changes.