Skip to content

Commit a0b1476

Browse files
committed
Added Examples to ignore paths (present on develop-2.0.0)
1 parent a1c5b9d commit a0b1476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"com.unity.netcode.gameobjects/**/*",
1717
"testproject/**/*",
1818
"minimalproject/**/*",
19-
"testproject-tools-integration/**/*"
19+
"testproject-tools-integration/**/*",
20+
"Examples/**/*"
2021
],
2122
"packageRules": [
2223

0 commit comments

Comments
 (0)