From 39ca4f7e752aede0dc2700cf0a160b698901dbce Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Fri, 14 Jun 2024 13:48:26 +0300 Subject: [PATCH] ci(dependabot): outdated actions Signed-off-by: Lachezar Lechev --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..3bfddcb86 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +# Check for outdated actions +updates: + - package-ecosystem: "github-actions" + directory: "/" + # Check for updates every Monday + schedule: + interval: "weekly" \ No newline at end of file