From fabb5e6bd0e609d0e98eb33913a55ec8a5be5e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Fri, 9 May 2025 20:45:40 +0200 Subject: [PATCH] Add github actions too --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index da1c6945c..a106397f3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,12 @@ updates: target-branch: "master" commit-message: prefix: "[upd] docker:" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "friday" + target-branch: "master" + commit-message: + prefix: "[upd] github-actions:"