From 149891debd265d65339dcbc6177cb938e679aefc Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Thu, 12 Sep 2024 14:54:00 -0700 Subject: [PATCH] Update Github Actions with Dependabot This repo currently uses actions which use a deprecated Node.js version. Dependabot will make sure that we use up-to-date actions. Signed-off-by: Antonin Bas --- .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..896b757 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows` + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5