ci/dependabot: handle gitsubmodules
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
5e5193fcf5
commit
df6a586a5f
|
@ -1,7 +1,17 @@
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: github-actions
|
|
||||||
directory: /
|
- package-ecosystem: gitsubmodule
|
||||||
schedule:
|
directory: /
|
||||||
interval: weekly
|
schedule:
|
||||||
open-pull-requests-limit: 99
|
interval: daily
|
||||||
|
open-pull-requests-limit: 99
|
||||||
|
labels:
|
||||||
|
- dependencies
|
||||||
|
- third-party
|
||||||
|
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
open-pull-requests-limit: 99
|
||||||
|
|
Loading…
Reference in New Issue