Skip to content

Commit e6da379

Browse files
author
Kenneth Rosario
authored
chore: Ignore typescript dependency updates (#544)
1 parent 76417e0 commit e6da379

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"docs/**",
1717
"experimental/**"
1818
],
19-
"pinVersions": false
19+
"pinVersions": false,
20+
"ignoreDeps": ["typescript"]
2021
}

0 commit comments

Comments
 (0)