1
0
Fork 0
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:
Earl Warren 2025-07-29 15:38:23 +00:00 committed by earl-warren
parent a9ecd52de8
commit b36d06e5cd
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

@ -5,7 +5,7 @@
"packageRules": [
{
"description": "Disable act test data",
"matchFileNames": ["act/*/testdata/**"],
"matchFileNames": ["**/testdata/**"],
"enabled": false
},
{