Skip to content

Commit

Permalink
Added dependabot (#54)
Browse files Browse the repository at this point in the history
* Added dependabot to keep go dependencies & actions updated.
  • Loading branch information
Neo2308 authored Feb 24, 2024
1 parent e649d89 commit 7638c0a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 5
- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "daily"
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:
interval: "weekly"

0 comments on commit 7638c0a

Please sign in to comment.