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 all test data

This commit is contained in:
Michael Kriese 2025-07-31 10:01:23 +02:00
parent c68ca8195b
commit 2e7b2e9281
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -9,5 +9,5 @@
"separateMinorPatch": true
}
],
"ignorePaths": ["act/*/testdata/**", "**/node_modules/**"]
"ignorePaths": ["**/testdata/**", "**/node_modules/**"]
}