dependabot: Check for updates of server dependencies.
This commit is contained in:
parent
c333052ace
commit
8d68529fa4
1 changed files with 5 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -5,6 +5,11 @@ updates:
|
|||
schedule:
|
||||
interval: daily
|
||||
|
||||
- package-ecosystem: npm
|
||||
directory: /server/
|
||||
schedule:
|
||||
interval: daily
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
|
|||
Loading…
Reference in a new issue