mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
feat(dependabot): Add dependabot to check for vulnerabilies and updat… (#4035)
* feat(dependabot): Add dependabot to check for vulnerabilies and update dependencies * feat(dependabot): Adds dependabot to update dependencies automatically Signed-off-by: BLANKatGITHUB <131886247+BLANKatGITHUB@users.noreply.github.com> * feat(dependabot): adds support for dependabot --------- Signed-off-by: BLANKatGITHUB <131886247+BLANKatGITHUB@users.noreply.github.com>
This commit is contained in:
parent
7ac853567b
commit
fb7ea6c827
1 changed files with 20 additions and 0 deletions
20
.github/dependabot.yml
vendored
Normal file
20
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "gomod"
|
||||
directories:
|
||||
- "/contrib/charts/dragonfly"
|
||||
- "/tools/replay"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directories:
|
||||
- "/tests/dragonfly"
|
||||
- "/tools"
|
||||
schedule:
|
||||
interval: "weekly"
|
Loading…
Add table
Add a link
Reference in a new issue