@solvro/config 1.8.0 → 1.8.1
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/dist/cli/index.js +2 -2
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
@@ -265,8 +265,8 @@ var installGithubActions = async () => {
|
|
265
265
|
);
|
266
266
|
}
|
267
267
|
p3.note("Dodano konfiguracj\u0119 CI.");
|
268
|
-
if (!existsSync2(path2.join(root, ".github/
|
269
|
-
await fs2.writeFile(path2.join(root, ".github/
|
268
|
+
if (!existsSync2(path2.join(root, ".github/dependabot.yml"))) {
|
269
|
+
await fs2.writeFile(path2.join(root, ".github/dependabot.yml"), dependabot());
|
270
270
|
}
|
271
271
|
p3.note("Dodano automatyczne aktualizacje configu.");
|
272
272
|
const packageJson = await loadPackageJSON(root);
|