From ce3525d6124b3006b858f6e881b53d19913ce510 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Thu, 3 Nov 2022 11:56:13 +0100 Subject: [PATCH] add dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b8ba6b7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' \ No newline at end of file