From 345ae5941550987a1480811959b9b4e80b196483 Mon Sep 17 00:00:00 2001 From: Casper Meijn Date: Fri, 16 Aug 2024 11:18:05 +0200 Subject: [PATCH] ci(dependabot): Add github actions (#1121) Automatically create PRs to update the version number of Github Actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fedc3ce69..749c172f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,9 @@ updates: interval: "weekly" commit-message: prefix: "build(deps)" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "build(deps)"