mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-20 05:21:17 -04:00
chore: Add dependabot for docker and github actions (#5285)
This commit is contained in:
parent
9e3c0dfd85
commit
c304ea6db3
1 changed files with 10 additions and 0 deletions
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/docker"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: "weekly"
|
Loading…
Add table
Add a link
Reference in a new issue