Skip to content

Commit

Permalink
Use new wildcard feature in dependabot (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jun 26, 2024
1 parent 3b5d739 commit 39b9cbb
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,25 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
directories:
- "**/*"
schedule:
interval: daily

- package-ecosystem: "docker"
directory: "/build"
schedule:
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily

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

- package-ecosystem: "pip"
directory: "/test/environment/grpc"
directories:
- "**/*"
schedule:
interval: "daily"
groups:
grpc-test:
grpcio:
patterns:
- "grpcio*"
update-types:
- "minor"
- "patch"

0 comments on commit 39b9cbb

Please sign in to comment.