From 7f77e9424190937a734e5c0ed59c781f2b349e20 Mon Sep 17 00:00:00 2001 From: pngwn Date: Thu, 15 Aug 2024 13:30:53 +0100 Subject: [PATCH] asd --- .github/dependabot.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a1347e4..d084af97 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,16 +5,16 @@ version: 2 updates: - - package-ecosystem: "pnpm" - directories: - - "packages/*" + - package-ecosystem: 'npm' + directories: + - 'packages/*' schedule: - interval: "weekly" + interval: 'weekly' commit-message: - prefix: "[npm] " - - package-ecosystem: "github-actions" - directory: "/" # dependsabot magically works this out for actions + prefix: '[npm] ' + - package-ecosystem: 'github-actions' + directory: '/' # dependabot magically works this out for actions schedule: - interval: "weekly" + interval: 'weekly' commit-message: - prefix: "[gha] " + prefix: '[gha] '