mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-04-28 06:19:46 +00:00
chore(security): add electron and docker ecosystems to dependabot
This commit is contained in:
parent
d4609762bb
commit
6845ef6bde
1 changed files with 16 additions and 0 deletions
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
|
|
@ -29,3 +29,19 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/electron"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
commit-message:
|
||||
prefix: "deps"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
commit-message:
|
||||
prefix: "deps"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue