1
0
Fork 0
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:
Earl Warren 2025-07-28 20:06:21 +02:00
parent b93b2c20b0
commit 2c50058ed2
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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": []