From 748be71eaddb09c661598a1a202da3bfaf7598ef Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Mon, 22 May 2023 21:53:14 -0400 Subject: [PATCH] adding dependabot for updating github actions --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..674f488a3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "monthly"