From a0f0383475d09e627da2b8f50d0dd40b61d455d2 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Sat, 3 Aug 2024 16:23:08 -0400 Subject: [PATCH] [deps] Added github actions monitoring --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc69b8d9..4e2ee14a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,3 +41,9 @@ updates: - dependency-name: eslint-config-airbnb versions: - 18.2.1 + - 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] "