Skip to content

Commit

Permalink
dependabot: deduplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Dec 9, 2024
1 parent c1b0fee commit 777eeab
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,9 @@

version: 2
updates:
# TODO(https://github.com/dependabot/dependabot-core/issues/2178): reduce repetition.
- package-ecosystem: "cargo"
directory: "/examples/aya-tool"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/examples/cgroup-skb-egress"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/examples/kprobetcp"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/examples/lsm-nice"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/examples/tc-egress"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/examples/xdp-drop"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/examples/xdp-hello"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/examples/xdp-log"
directories:
- "/examples/*"
schedule:
interval: "weekly"

Expand Down

0 comments on commit 777eeab

Please sign in to comment.