From d0652d225f930205cdd30b6bca2311bbf27d6b66 Mon Sep 17 00:00:00 2001 From: Joyce Date: Sun, 21 May 2023 10:41:30 -0300 Subject: [PATCH] Create dependabot.yml (#3452) Signed-off-by: Joyce --- .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 00000000..5bacb9a4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # Necessary to update action hashs + directory: "/" + schedule: + interval: "weekly" + # Allow up to 3 opened pull requests for github-actions versions + open-pull-requests-limit: 3