From aa4af7f7e7d7a0953ef2272acabfcad164eb3835 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Mon, 11 Mar 2024 14:19:30 +0000 Subject: [PATCH] Set up dependabot updates to GitHub Actions. --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f7858424 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: "10:42" + timezone: "America/New_York"