Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add dependabot.yml, stop dependabot from bumping grpcio (#173)

authored by

hailey and committed by
GitHub
ec5ab38f 5beafe26

+8
+8
.github/dependabot.yml
··· 1 + version: 2 2 + updates: 3 + - package-ecosystem: "uv" 4 + directory: "/" 5 + schedule: 6 + interval: "weekly" 7 + ignore: 8 + - dependency-name: "grpcio"