From d6b9a55ef0ade35081ffce0af06adf6269ca8bf7 Mon Sep 17 00:00:00 2001 From: Echo Date: Sun, 25 Jan 2026 10:41:58 -0500 Subject: [PATCH] add github actions (#1798) --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d441f1c5..3c010a70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,12 @@ version: 2 updates: - - package-ecosystem: 'npm' # See documentation for possible values - directory: '/' # Location of package manifests + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + + - package-ecosystem: 'github-actions' + directory: '/' schedule: interval: 'weekly'