From 1919b282b5fed21e18aae3ee2f9e52863758bb33 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Thu, 21 Mar 2024 23:37:20 -0700 Subject: [PATCH] Add dependabot automation for GitHub Actions packages Signed-off-by: Austin Vazquez --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..927549fc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10