mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
Dependabot: Enable git submodules tracking (#6727)
* Enable gitsubmodules * update comment
This commit is contained in:
parent
42bd8164a0
commit
d8e3807ec5
1 changed files with 10 additions and 11 deletions
21
.github/dependabot.yml
vendored
21
.github/dependabot.yml
vendored
|
|
@ -2,19 +2,18 @@
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
# # Enable version updates for git submodules
|
# Enable version updates for git submodules
|
||||||
# Not yet possible to bump only on tags or releases, see:
|
# If SemVer is used, updates will happen to new releases only (not HEAD)
|
||||||
# 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)
|
- 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: 2
|
||||||
# open-pull-requests-limit: 1
|
|
||||||
|
|
||||||
# # 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue