From 686ba872bea25b403b7ae9acd5d8d08d46aa47e3 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 6 Nov 2024 14:14:38 +0100 Subject: [PATCH] chore: add dependabot for github-actions (#1548) https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..58ea8ec732 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,5 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule.interval: "daily"