@codedrifters/configulator 0.0.113 → 0.0.114
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 +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -1266,7 +1266,7 @@ var MonorepoProject = class extends TypeScriptAppProject {
|
|
|
1266
1266
|
depsUpgrade: true,
|
|
1267
1267
|
depsUpgradeOptions: {
|
|
1268
1268
|
workflowOptions: {
|
|
1269
|
-
schedule: UpgradeDependenciesSchedule2.
|
|
1269
|
+
schedule: UpgradeDependenciesSchedule2.DAILY
|
|
1270
1270
|
},
|
|
1271
1271
|
cooldown: 1
|
|
1272
1272
|
},
|