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,
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Disable nektos/act, it's replaced",
|
||||
"matchDepNames": ["github.com/nektos/act"],
|
||||
"description": "Disable act test data",
|
||||
"matchFileNames": ["act/*/testdata/**"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Separate minor and patch for some packages",
|
||||
"matchDepNames": ["github.com/rhysd/actionlint"],
|
||||
"separateMinorPatch": true
|
||||
}
|
||||
],
|
||||
"ignorePaths": []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue