mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
2bfdcea2c5
This adds a configuration file for dependabot, taking care of automatic updates for all git submodules.
8 lines
119 B
YAML
8 lines
119 B
YAML
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "gitsubmodule"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|