From eeab8afb7caa491ac8c125edd3389dfd439610a5 Mon Sep 17 00:00:00 2001 From: pngwn Date: Thu, 15 Aug 2024 13:27:01 +0100 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..7a1347e4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "pnpm" + directories: + - "packages/*" + schedule: + interval: "weekly" + commit-message: + prefix: "[npm] " + - package-ecosystem: "github-actions" + directory: "/" # dependsabot magically works this out for actions + schedule: + interval: "weekly" + commit-message: + prefix: "[gha] "