Skip to content

Commit 745cf7a

Browse files
authored
chore: add github actions to renovate config (#144)
Allow renovate to update the GitHub workflows. Signed-off-by: Francesco Canovai <[email protected]>
1 parent 920c060 commit 745cf7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

renovate.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended", "docker:pinDigests"],
4-
"enabledManagers": ["custom.regex"],
4+
"enabledManagers": [
5+
"github-actions",
6+
"custom.regex"
7+
],
58
"customManagers": [
69
{
710
"customType": "regex",

0 commit comments

Comments
 (0)