From 964fca0283adfd4ce67eb233d7c5ade3646ca7f0 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 24 Aug 2023 10:11:36 +0200 Subject: [PATCH] chore: dependabot to keep gha up to date Signed-off-by: CrazyMax --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..b34db2bb40 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + open-pull-requests-limit: 10 + directory: "/" + schedule: + interval: "daily"