dragonfly/.github/dependabot.yml
BLANKatGITHUB fb7ea6c827
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>
2024-11-04 19:19:04 +02:00

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"