From 540fbcffe282d806677423dc9e2b95808e33101f Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 22 Dec 2024 19:03:40 +0800 Subject: [PATCH] fix(flux-local): Renovate Flux version arg --- .renovate/commitMessage.json5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.renovate/commitMessage.json5 b/.renovate/commitMessage.json5 index cfed6c9b..ebd57534 100644 --- a/.renovate/commitMessage.json5 +++ b/.renovate/commitMessage.json5 @@ -76,14 +76,14 @@ "commitMessagePrefix": "feat(gha/{{#if groupName}}{{groupName}}{{else}}{{depName}}{{/if}})!: " }, { - "matchManagers": ["github-actions", "github-releases", "github-tags"], - "matchFileNames": [".github/**"], + "matchDatasources": ["github-releases", "github-tags"], + "matchFileNames": [".github/workflows/**"], "semanticCommitScope": "gha/{{#if groupName}}{{groupName}}{{else}}{{depName}}{{/if}}" }, { - "matchManagers": ["github-actions", "github-releases", "github-tags"], + "matchDatasources": ["github-releases", "github-tags"], "matchUpdateTypes": ["major"], - "matchFileNames": [".github/**"], + "matchFileNames": [".github/workflows/**"], "commitMessagePrefix": "feat(gha/{{#if groupName}}{{groupName}}{{else}}{{depName}}{{/if}})!: " } ]