1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-06 17:40:58 +00:00

chore(renovate): ignore node_modules

This commit is contained in:
Michael Kriese 2025-07-31 09:51:59 +02:00
parent 20f115fdac
commit d4c1ab636f
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -3,16 +3,11 @@
"extends": ["local>forgejo/renovate-config"], "extends": ["local>forgejo/renovate-config"],
"prConcurrentLimit": 1, "prConcurrentLimit": 1,
"packageRules": [ "packageRules": [
{
"description": "Disable act test data",
"matchFileNames": ["**/testdata/**"],
"enabled": false
},
{ {
"description": "Separate minor and patch for some packages", "description": "Separate minor and patch for some packages",
"matchDepNames": ["github.com/rhysd/actionlint"], "matchDepNames": ["github.com/rhysd/actionlint"],
"separateMinorPatch": true "separateMinorPatch": true
} }
], ],
"ignorePaths": [] "ignorePaths": ["**/node_modules/**"]
} }