Skip to content

Commit

Permalink
Add internal folders to dependabot config
Browse files Browse the repository at this point in the history
Added internal folders to dependabot config
  • Loading branch information
Neo2308 committed Feb 24, 2024
1 parent 3648850 commit 67e0e98
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
open-pull-requests-limit: 5
- package-ecosystem: "gomod"
directory: "/mockgen/internal/tests/generics"
schedule:
interval: "daily"
open-pull-requests-limit: 5
- package-ecosystem: "gomod"
directory: "/mockgen/internal/tests/typed"
schedule:
interval: "daily"
open-pull-requests-limit: 5
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 67e0e98

Please sign in to comment.