Skip to content

Commit f61d8ca

Browse files
authored
chore(fix): renovate ignores path internal/deployment-repo/testdata
1 parent a07aa4c commit f61d8ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"git-submodules": {
44
"enabled": true
55
},
6-
"minimumReleaseAge": "3 days",
6+
"minimumReleaseAge": "0 days",
7+
"ignorePaths": [
8+
"**/internal/deployment-repo/testdata/**"
9+
],
710
"extends": [
811
"config:recommended",
912
"config:best-practices",

0 commit comments

Comments
 (0)