mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-24 20:25:17 +00:00
Added gitbub actions to dependabot
This commit is contained in:
parent
5e3699bb3e
commit
e8bef305cd
1 changed files with 5 additions and 1 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -7,6 +7,10 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/NUXT/
|
directory: "/NUXT/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
Loading…
Reference in a new issue