From d7e3fcc9d5a5e27158f6332557a379fb9f89278c Mon Sep 17 00:00:00 2001 From: Christopher Viel Date: Tue, 8 Mar 2022 12:44:45 -0500 Subject: [PATCH] chore: configure daily dependabot updates --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..62a7208 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + reviewers: + - "equisoft-actions/harmonie"