From 6eedb2ea47b2b514f4ce3e12f2e22cbf83b75c6d Mon Sep 17 00:00:00 2001 From: neilnaveen <42328488+neilnaveen@users.noreply.github.com> Date: Wed, 27 Apr 2022 21:32:13 +0000 Subject: [PATCH] chore: Dependabot check Github Actions daily This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com> --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ffc1aef7..dd08ecb0c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,7 @@ updates: directory: "/" schedule: interval: "daily" - + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"