Skip to content

Commit

Permalink
Include subdirectories in dependabot config (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
blockvote committed Jun 3, 2024
1 parent 6f5debc commit 27c5c91
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ updates:
open-pull-requests-limit: 99
schedule:
interval: monthly
- package-ecosystem: "gradle"
directory: "/router/"
open-pull-requests-limit: 99
schedule:
interval: monthly
- package-ecosystem: "gradle"
directory: "/router-protobuf/"
open-pull-requests-limit: 99
schedule:
interval: monthly
- package-ecosystem: "gradle"
directory: "/router-openapi-request-validator/"
open-pull-requests-limit: 99
schedule:
interval: monthly
- package-ecosystem: "gradle"
directory: "/samples/lambda-kotlin-request-router-sample/"
open-pull-requests-limit: 99
schedule:
interval: monthly
- package-ecosystem: "gradle"
directory: "/samples/lambda-kotlin-request-router-sample-proto"
open-pull-requests-limit: 99
schedule:
interval: monthly
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 99
Expand Down

0 comments on commit 27c5c91

Please sign in to comment.