mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add dependabot to update GitHub Actions & submodules (#2047)
This commit is contained in:
parent
b37605569f
commit
9992bd82ef
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
labels:
|
||||||
|
- "ci"
|
||||||
|
- package-ecosystem: "gitsubmodule"
|
||||||
|
directory: "/3rdParty"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
labels:
|
||||||
|
- "submodules"
|
Loading…
Reference in a new issue