From f458d817d15a61865b5d5e59f27a6d2330b36c8d Mon Sep 17 00:00:00 2001 From: Santiago Bartesaghi Date: Tue, 26 Dec 2023 22:32:51 -0300 Subject: [PATCH] Add dependabot for GitHub Actions --- .github/workflows/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..718572bf --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"