Skip to content

Commit

Permalink
fix(flux-local): Renovate Flux version arg
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Dec 22, 2024
1 parent e1401a2 commit 540fbcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .renovate/commitMessage.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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}})!: "
}
]
Expand Down

0 comments on commit 540fbcf

Please sign in to comment.