From 9142e4352b97c261fd8dc8b1651d0a3822ec18a7 Mon Sep 17 00:00:00 2001 From: Marten Date: Mon, 6 Jan 2025 20:33:22 +0100 Subject: [PATCH] Create dependabot.yml Following instructions from https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates, taken as a change from an open unmerged PR: https://github.com/DIVD-NL/web-www-v2/pull/10 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..aff82a10 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly"