diff options
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ba848b42..71995b37 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,6 +5,11 @@ "helpers:pinGitHubActionDigests", ], "branchConcurrentLimit": 15, + "github-actions": { + "fileMatch": [ + ".github/reusable-workflows/.+\\.ya?ml$", + ], + }, "packageRules": [ { matchDatasources: [ |