@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 +3 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +3 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -41148,7 +41148,7 @@ var MonorepoProject = class extends TypeScriptAppProject {
|
|
|
41148
41148
|
workflowOptions: {
|
|
41149
41149
|
schedule: UpgradeDependenciesSchedule.DAILY
|
|
41150
41150
|
},
|
|
41151
|
-
cooldown:
|
|
41151
|
+
cooldown: 7
|
|
41152
41152
|
},
|
|
41153
41153
|
/**
|
|
41154
41154
|
* Disable tsconfig.dev.json in the root since we aren't going to be
|
|
@@ -41655,7 +41655,7 @@ var TypeScriptProject = class extends typescript.TypeScriptProject {
|
|
|
41655
41655
|
workflowOptions: {
|
|
41656
41656
|
schedule: UpgradeDependenciesSchedule2.WEEKLY
|
|
41657
41657
|
},
|
|
41658
|
-
cooldown:
|
|
41658
|
+
cooldown: 7
|
|
41659
41659
|
} : {}
|
|
41660
41660
|
},
|
|
41661
41661
|
/**
|
|
@@ -43614,7 +43614,7 @@ var AwsCdkProject = class extends awscdk.AwsCdkTypeScriptApp {
|
|
|
43614
43614
|
workflowOptions: {
|
|
43615
43615
|
schedule: UpgradeDependenciesSchedule3.WEEKLY
|
|
43616
43616
|
},
|
|
43617
|
-
cooldown:
|
|
43617
|
+
cooldown: 7
|
|
43618
43618
|
},
|
|
43619
43619
|
/**
|
|
43620
43620
|
* Only release when the package source content or package.json changes.
|