From dbd1cbdf50d01bde7c387f485bc2d57a69841106 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Mon, 25 Dec 2023 21:43:28 +0100 Subject: [PATCH] build(dependabot): enable github-actions updates (#28) Signed-off-by: Romain Lespinasse --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bddb09d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + dependencies: + patterns: + - "*" + reviewers: + - "rlespinasse" + labels: [ ]