From 14bc9ca8ddea7016426973182247df4b6ca37247 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Thu, 19 Oct 2023 11:55:41 +0200 Subject: [PATCH] Add dependabot (#238) * Add dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..400d577 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + # Check for updates every Monday + schedule: + interval: "weekly" + open-pull-requests-limit: 10