From 235b80d56c3236554851f261ac1254b5e99efa58 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 19 May 2025 10:45:15 -0500 Subject: [PATCH] add apps to dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db9ba41..26c7fb8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,15 @@ updates: directory: '/' schedule: interval: 'weekly' + - package-ecosystem: 'npm' + directory: 'apps/makeosc' + schedule: + interval: 'weekly' + - package-ecosystem: 'npm' + directory: 'apps/readosc' + schedule: + interval: 'weekly' + - package-ecosystem: 'npm' + directory: 'apps/sendosc' + schedule: + interval: 'weekly'