Skip to content

Commit 82e8fdb

Browse files
committed
fix: exclude own project dependencies from version upgrades in renovate config
1 parent bd94cb8 commit 82e8fdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: renovate.json5

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": [
44
"config:recommended"
55
],
6+
// exclude own project dependencies for version upgrade and keep it as it is.
67
"ignoreDeps": [
78
"com.github.nramc.dev.journey:journey-api",
89
"com.github.nramc.dev.journey:journey-web"

0 commit comments

Comments
 (0)