mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-25 19:17:01 +00:00
chore: import and adapt act renovate configuration
- ignore all testdata, not just the runner - remove exclusion of nektos/act since it is not here - add specific github.com/rhysd/actionlint rule
This commit is contained in:
parent
b93b2c20b0
commit
2c50058ed2
1 changed files with 7 additions and 2 deletions
|
@ -4,9 +4,14 @@
|
||||||
"prConcurrentLimit": 1,
|
"prConcurrentLimit": 1,
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Disable nektos/act, it's replaced",
|
"description": "Disable act test data",
|
||||||
"matchDepNames": ["github.com/nektos/act"],
|
"matchFileNames": ["act/*/testdata/**"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Separate minor and patch for some packages",
|
||||||
|
"matchDepNames": ["github.com/rhysd/actionlint"],
|
||||||
|
"separateMinorPatch": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignorePaths": []
|
"ignorePaths": []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue