Enable gitsubmodules

This commit is contained in:
tooomm 2026-03-21 11:54:32 +01:00 committed by GitHub
parent 067fe9b534
commit 77dd10fd84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,14 +7,14 @@ updates:
# https://github.com/dependabot/dependabot-core/issues/1639 # https://github.com/dependabot/dependabot-core/issues/1639
# https://github.com/dependabot/dependabot-core/issues/2192 # https://github.com/dependabot/dependabot-core/issues/2192
# Alternative: Action that updates submodule and can be manually run on demand (workflow_dispatch) # Alternative: Action that updates submodule and can be manually run on demand (workflow_dispatch)
# - package-ecosystem: "gitsubmodule" - package-ecosystem: "gitsubmodule"
# # Look for `.gitmodules` in the `root` directory # Look for `.gitmodules` in the `root` directory
# directory: "/" directory: "/"
# # Check for updates once a month # Check for updates once a month
# schedule: schedule:
# interval: "monthly" interval: "monthly"
# # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted) # Limit the amout of open PR's (default = 5, disabled = 0, security updates are not impacted)
# open-pull-requests-limit: 1 open-pull-requests-limit: 2
# # Enable version updates for Docker # # Enable version updates for Docker
# Not yet possible to bump from one LTS version to the next and skip others, see: # Not yet possible to bump from one LTS version to the next and skip others, see: