From 70f6329fda5a13308865d021d34911fda457b75d Mon Sep 17 00:00:00 2001 From: Rohan <45748283+r100-stack@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:32:19 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9B=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..252f48c8b18 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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' + directory: '/' + schedule: + interval: 'monthly' From 8f659bd1081418f0ef65c6d20213e3aa93e23ffc Mon Sep 17 00:00:00 2001 From: Rohan <45748283+r100-stack@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:46:34 -0400 Subject: [PATCH 2/2] Some testing --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 252f48c8b18..cd3b21dc717 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,14 @@ version: 2 updates: - package-ecosystem: 'pnpm' - directory: '/' + directories: + - '/' + - '/apps/*' + - '/packages/*' + - '/playgrounds/*' + - '/internal/*' + - '/examples' + - '/testing/*' schedule: - interval: 'monthly' + interval: 'daily' + timezone: 'US/Eastern'