forked from repo-mirrors/cnpg-postgres-containers
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:
committed by
GitHub
parent
920c06010f
commit
745cf7aecf
@@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended", "docker:pinDigests"],
|
"extends": ["config:recommended", "docker:pinDigests"],
|
||||||
"enabledManagers": ["custom.regex"],
|
"enabledManagers": [
|
||||||
|
"github-actions",
|
||||||
|
"custom.regex"
|
||||||
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
|
Reference in New Issue
Block a user