Skip to content

Commit cbc7a86

Browse files
d-e-s-odanielocfb
authored andcommitted
Have Dependabot only update libbpf-rs
The main reason we enabled Dependabot for the repository was to keep the libbpf-rs version we use in-sync with current upstream releases, but by default it manages all other dependencies as well. Configure it so that it only manages libbpf-rs. Signed-off-by: Daniel Müller <[email protected]>
1 parent 7d8bc9e commit cbc7a86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ updates:
66
- package-ecosystem: cargo
77
versioning-strategy: auto
88
directory: examples/rust/
9+
allow:
10+
- dependency-name: libbpf-rs
911
schedule:
1012
interval: daily

0 commit comments

Comments
 (0)