From 22a5be70950ec42e94c47fc9e14d6aa2794af749 Mon Sep 17 00:00:00 2001 From: Olga Malysheva Date: Tue, 5 Nov 2024 15:08:35 +0100 Subject: [PATCH] Add dependabot.yml to enable automatic check for GitHub actions version update (#1546) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..5ace4600a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"