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

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

View file

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