Skip to content

Commit 83215d3

Browse files
authored
Merge pull request #307 from oasisprotocol/lw/renovate-1000lines
Fix renovate by enabling cloneSubmodules option
2 parents 12f6178 + c77b49f commit 83215d3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.changelog/307.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix renovate by enabling cloneSubmodules option

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"rangeStrategy": "auto"
2727
}
2828
],
29-
"rangeStrategy": "bump"
29+
"rangeStrategy": "bump",
30+
"cloneSubmodules": true
3031
}

0 commit comments

Comments
 (0)