ignore submodules - it's not branch-aware
This commit is contained in:
parent
41e7fb001c
commit
15aaf06168
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
@ -7,10 +7,11 @@ updates:
|
|||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
- package-ecosystem: "gitsubmodule"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# Disable submodules for the time being - they seem to not respect the branch of scripts we're using.
|
||||
# - package-ecosystem: "gitsubmodule"
|
||||
# directory: "/"
|
||||
# schedule:
|
||||
# interval: "daily"
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/api"
|
||||
|
|
Loading…
Reference in a new issue