diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-04-13 14:45:08 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-04-13 14:50:29 +0530 |
commit | 312f92d21a5b8925496d5015357c257dace3a028 (patch) | |
tree | ef4119ef6308dc4732de6702cf0b90e8066c373a /.github/renovate.json5 | |
parent | 13a2da9f33be815a1a982d1d8e75e882a6460bd0 (diff) |
refactor(ci): introduce a composite workflow
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: [ |