mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
chore: renovate must not look at any testdata subdirectory (#758)
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/758 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
a9ecd52de8
commit
b36d06e5cd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"packageRules": [
|
||||
{
|
||||
"description": "Disable act test data",
|
||||
"matchFileNames": ["act/*/testdata/**"],
|
||||
"matchFileNames": ["**/testdata/**"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue