From 3dd703cd70112e65d2a4a099259942bdd42ccf6d Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Tue, 23 Apr 2024 22:52:58 +0100 Subject: [PATCH] ci: add dependabot config --- .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..6a49d05 --- /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: "monthly"