fix: renovate update git submodules

This commit is contained in:
Simon Hyll
2024-05-29 21:56:50 +02:00
parent a3f2076e9a
commit 66f9298a22
2 changed files with 6 additions and 1 deletions

2
.gitmodules vendored
View File

@@ -5,6 +5,8 @@
[submodule "packages/awesome-tauri"]
path = packages/awesome-tauri
url = https://github.com/tauri-apps/awesome-tauri
branch = dev
[submodule "packages/tauri"]
path = packages/tauri
url = https://github.com/tauri-apps/tauri.git
branch = dev

View File

@@ -1,4 +1,7 @@
{
"extends": ["config:base", "helpers:pinGitHubActionDigests"],
"cloneSubmodules": true
"cloneSubmodules": true,
"git-submodules": {
"enabled": true
}
}