From e404e49c83f5ccd7b1687c3e33a868358f9cd02a 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"