mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
fix: renovate update git submodules
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -5,6 +5,8 @@
|
|||||||
[submodule "packages/awesome-tauri"]
|
[submodule "packages/awesome-tauri"]
|
||||||
path = packages/awesome-tauri
|
path = packages/awesome-tauri
|
||||||
url = https://github.com/tauri-apps/awesome-tauri
|
url = https://github.com/tauri-apps/awesome-tauri
|
||||||
|
branch = dev
|
||||||
[submodule "packages/tauri"]
|
[submodule "packages/tauri"]
|
||||||
path = packages/tauri
|
path = packages/tauri
|
||||||
url = https://github.com/tauri-apps/tauri.git
|
url = https://github.com/tauri-apps/tauri.git
|
||||||
|
branch = dev
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": ["config:base", "helpers:pinGitHubActionDigests"],
|
"extends": ["config:base", "helpers:pinGitHubActionDigests"],
|
||||||
"cloneSubmodules": true
|
"cloneSubmodules": true,
|
||||||
|
"git-submodules": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user