From dd45b2633a9551daa5154fa937e6307af5a87b85 Mon Sep 17 00:00:00 2001 From: Jean-Luc Tibaux Date: Mon, 10 Jan 2022 18:03:31 +0100 Subject: [PATCH] add dependabot config for npm dependencies for dependabot config docs -> please also see: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 583decf..516a569 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,12 @@ version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + # Maintain dependencies for npm + - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" \ No newline at end of file