Skip to content

Commit 684ffc1

Browse files
fix(renovate): allow cloning specfic submodules
1 parent b0f41bc commit 684ffc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

renovate-config.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// see https://docs.renovatebot.com/configuration-options
33
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
44
"branchNameStrict": true, // remove special characters from branch names
5+
"cloneSubmodules": true,
6+
"cloneSubmodulesFilter": ["packaging/linux/flatpak/deps/flatpak-builder-tools"],
57
"configMigration": true, // allow renovate to open PRs to update config
68
"constraintsFiltering": "strict", // ensure dependencies are compatible with dependency constraints
79
"description": "Default renovate configuration for LizardByte repositories",

0 commit comments

Comments
 (0)