{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:best-practices", "schedule:weekly", ":automergeAll"], "github-actions": { "enabled": false }, "nix": { "enabled": true }, "customManagers": [ { "customType": "regex", "fileMatch": [ "(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.dhall$", "(^|/)action\\.dhall$" ], "matchStrings": [ "GithubActions\\.Step::{[\\s,]*uses\\s?=\\s?Some\\s?\"(?.+)@(?.+)\"" ], "datasourceTemplate": "github-tags" } ] }