mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
14 lines
277 B
YAML
14 lines
277 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
labels:
|
||
|
- "ci"
|
||
|
- package-ecosystem: "gitsubmodule"
|
||
|
directory: "/3rdParty"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
labels:
|
||
|
- "submodules"
|