From 8e20d4770b281696c0312a46ff4d81cef67d259f Mon Sep 17 00:00:00 2001 From: Stefano <16362825+0xste@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:23:41 +0100 Subject: [PATCH] Create dependabot.yml (#3) --- .github/workflows/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..451d9b3 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: docker + directory: "/" + schedule: + interval: "weekly"