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:
parent
20f115fdac
commit
d4c1ab636f
1 changed files with 1 additions and 6 deletions
|
@ -3,16 +3,11 @@
|
|||
"extends": ["local>forgejo/renovate-config"],
|
||||
"prConcurrentLimit": 1,
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Disable act test data",
|
||||
"matchFileNames": ["**/testdata/**"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Separate minor and patch for some packages",
|
||||
"matchDepNames": ["github.com/rhysd/actionlint"],
|
||||
"separateMinorPatch": true
|
||||
}
|
||||
],
|
||||
"ignorePaths": []
|
||||
"ignorePaths": ["**/node_modules/**"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue