From da9212c135496888e1324086ed9bfef24631638b Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 20 Mar 2022 15:15:22 +0000 Subject: [PATCH] CI: Add Dependabot config to keep GitHub Actions up-to-date --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a3014a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + timezone: Etc/UTC + open-pull-requests-limit: 10 + reviewers: + - str4d + assignees: + - str4d