chore(submodules): Enable submodule support in renovate config (#1816)

This commit is contained in:
James Rich 2025-05-04 11:44:58 -05:00 committed by GitHub
parent 0bb584445b
commit 3ee32ad887
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,5 +11,8 @@
"commitMessageTopic": "{{depName}}",
"labels": [
"dependencies"
]
],
"git-submodules": {
"enabled": true
}
}