From b3fd24724406a5cb7b7531b92bb98121dedb62fb Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 11 Feb 2024 09:36:52 +0000 Subject: [PATCH] Update dependabot.yml to handle both app and GHA dependencies --- .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 000000000..26048beba --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +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: "/" + schedule: + interval: "daily"