chore(renovate): separate test actions (#1595)
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1595 Co-authored-by: viceice <michael.kriese@gmx.de> Co-committed-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
parent
be5b4438fa
commit
83c2cbcfad
1 changed files with 8 additions and 0 deletions
|
|
@ -2,5 +2,13 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>forgejo/renovate-config"
|
||||
],
|
||||
"packagesRules": [
|
||||
{
|
||||
"description": "Separate test actions",
|
||||
"matchFileNames": ["actions/**"],
|
||||
"additionalBranchPrefix": "actions",
|
||||
"commitMessageTopic": "{{depName}} (test actions)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue