mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
ci: plugins: Enable dependabot
This commit is contained in:
parent
f02334e589
commit
737464935e
2 changed files with 11 additions and 0 deletions
|
@ -146,6 +146,7 @@ if (autoPush) {
|
|||
await Promise.all(workflows.map(async (fn) => {
|
||||
await checkFile(`src/bin/plugins/lib/${fn}`, `.github/workflows/${fn}`);
|
||||
}));
|
||||
await checkFile('src/bin/plugins/lib/dependabot.yml', '.github/dependabot.yml');
|
||||
|
||||
if (!files.includes('package.json')) {
|
||||
console.warn('no package.json, please create');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue