From 745cf7aecfb0e48a299af7ad3c2f4171f2e63e17 Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Wed, 22 Jan 2025 18:40:26 +0100 Subject: [PATCH] chore: add github actions to renovate config (#144) Allow renovate to update the GitHub workflows. Signed-off-by: Francesco Canovai --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ebe2ed91..9322626e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended", "docker:pinDigests"], - "enabledManagers": ["custom.regex"], + "enabledManagers": [ + "github-actions", + "custom.regex" + ], "customManagers": [ { "customType": "regex",