Skip to content

Commit

Permalink
feat(dependabot): Adds dependabot to update dependencies automatically
Browse files Browse the repository at this point in the history
Signed-off-by: BLANKatGITHUB <[email protected]>
  • Loading branch information
BLANKatGITHUB authored Nov 2, 2024
1 parent 4ad05a1 commit 8222987
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "daily"

- package-ecosystem: gomod
directory: /contrib/charts/dragonfly
- package-ecosystem: "gomod"
directories:
- "/contrib/charts/dragonfly"
- "/tools/replay"
schedule:
interval: daily
interval: "daily"

- package-ecosystem: pip
directory: /tests/dragonfly
- package-ecosystem: "pip"
directories:
- "/tests/dragonfly"
- "/tools"
schedule:
interval: daily

- package-ecosystem: gomod
directory: /tools/replay
schedule:
interval: daily

- package-ecosystem: pip
directory: /tools
schedule:
interval: daily
interval: "daily"

0 comments on commit 8222987

Please sign in to comment.