From 151b204308d52d0612e9910c6a2242c97c8c88d8 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 23 Jul 2024 13:26:10 -0400 Subject: [PATCH] [ci] Added github-actions under dependabot monitoring --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db958279..c893f4a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,9 @@ updates: interval: "monthly" commit-message: prefix: "[deps] " + - package-ecosystem: "github-actions" # Check for GitHub Actions updates + directory: "/" # The root directory where the Ansible role is located + schedule: + interval: "monthly" # Check for updates weekly + commit-message: + prefix: "[ci] "