chore: add github actions to renovate config (#144)

Allow renovate to update the GitHub workflows.

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai
2025-01-22 18:40:26 +01:00
committed by GitHub
parent 920c06010f
commit 745cf7aecf

View File

@@ -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",