From 72b92db1a93f97ad509bf1999f9d08941deb1b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Thu, 24 Mar 2022 13:37:11 +0100 Subject: [PATCH] ci(dependabot): update GitHub Action images automatically --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1484fc1..deba1c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,15 @@ updates: commit-message: prefix: chore include: scope + + - package-ecosystem: github-actions + directory: "/" + open-pull-requests-limit: 5 + target-branch: master + schedule: + interval: weekly + reviewers: + - Deuchnord + commit-message: + prefix: ci + include: scope