From 0ba049abaa6b6426cb772808f2f1d7bc99598600 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 23 Jul 2024 13:23:13 -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 db95827..c893f4a 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] "