From 6f410c4e2518f884d91356a7d1f7306265a87d54 Mon Sep 17 00:00:00 2001 From: Fendor Date: Wed, 13 Jul 2022 17:08:45 +0200 Subject: [PATCH] Add dependabot.yml Takes care of the really boring work --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..cef36ae2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + + # NOTE: Dependabot official configuration documentation: + # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem + + # Maintain dependencies for internal GitHub Actions CI for pull requests + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly"