From 312f92d21a5b8925496d5015357c257dace3a028 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 13 Apr 2024 14:45:08 +0530 Subject: refactor(ci): introduce a composite workflow --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/renovate.json5') 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: [ -- cgit v1.2.3