chore(renovate): separate test actions
Signed-off-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
parent
be5b4438fa
commit
d80908392c
1 changed files with 8 additions and 0 deletions
|
|
@ -2,5 +2,13 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"local>forgejo/renovate-config"
|
"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