Skip to content

Commit

Permalink
chore: add github actions to renovate config (#144)
Browse files Browse the repository at this point in the history
Allow renovate to update the GitHub workflows.

Signed-off-by: Francesco Canovai <[email protected]>
  • Loading branch information
fcanovai authored Jan 22, 2025
1 parent 920c060 commit 745cf7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 745cf7a

Please sign in to comment.