chore(renovate): Add ignorePaths for integration test data (#5584)

This commit is contained in:
Christopher Fenner
2025-12-12 10:35:02 +01:00
committed by GitHub
parent 1b6a8c63f5
commit dcd07eb4fc
+5
View File
@@ -6,6 +6,11 @@
"labels": [
"dependencies"
],
"ignorePaths": [
"integration/testdata/**",
"**/node_modules/**",
"**/bower_components/**"
],
"packageRules": [
{
"description": "Create PRs to roll back Go module if the current version is not found in the registry.",