fix(flux-local): Renovate Flux version arg

This commit is contained in:
JJGadgets
2024-12-22 19:03:40 +08:00
parent e1401a2c33
commit 540fbcffe2

View File

@@ -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}})!: "
}
]