From 5e2f55039210bfeca807031e865f5f47c3746069 Mon Sep 17 00:00:00 2001 From: guillaume Date: Thu, 12 Oct 2023 08:09:57 +0100 Subject: [PATCH] ci: add dependabot config --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c1d10fe --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"