mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-22 23:50:34 +00:00
fb7ea6c827
* 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>
21 lines
396 B
YAML
21 lines
396 B
YAML
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"
|