From 310e2040381ccba97098a19aafb9e23fc8d7d39b Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 11 Feb 2024 09:36:52 +0000 Subject: 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 (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..26048be --- /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" -- cgit v1.2.3-70-g09d2