From 6a9cccec958dc30dc38c1e70850291989b00baac Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 16 Dec 2024 21:21:16 +0000 Subject: [PATCH] ci: add dependabot file (#17) * ci: add dependabot file Signed-off-by: Frazer Smith * ci: fix location --------- Signed-off-by: Frazer Smith --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dfa7fa6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 10 + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10