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:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
||||||
- package-ecosystem: "gitsubmodule"
|
# Disable submodules for the time being - they seem to not respect the branch of scripts we're using.
|
||||||
directory: "/"
|
# - package-ecosystem: "gitsubmodule"
|
||||||
schedule:
|
# directory: "/"
|
||||||
interval: "daily"
|
# schedule:
|
||||||
|
# interval: "daily"
|
||||||
|
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
directory: "/api"
|
directory: "/api"
|
||||||
|
|
Loading…
Reference in a new issue