From 04f7c12352c67d0cbf11f9d10dfcf69fdc50a4df Mon Sep 17 00:00:00 2001 From: Benoit Garcia Date: Tue, 9 May 2023 15:22:18 +0200 Subject: [PATCH] chore(repo): Setup dependabot to watch for new releases of Github Actions. --- .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..dde6f4a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +--- +# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"