From 9e316ab00914a538b79db46c596f5f191ab3328c Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 11 Feb 2024 09:36:19 +0000 Subject: Update dependabot.yml to handle both app and GHA dependencies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d170..26048be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" -- cgit v1.2.3-54-g00ecf