Skip to content

Commit

Permalink
chore: Update Dependabot config for v2
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Robinson <[email protected]>
  • Loading branch information
ocean committed Dec 29, 2024
1 parent b941f87 commit e05db36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
directory: "/v2/" # Location of package manifests
schedule:
interval: "weekly"
assignees:
- "ocean"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
directory: "/v2/"
schedule:
interval: "weekly"
assignees:
Expand Down

0 comments on commit e05db36

Please sign in to comment.