Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen authored Sep 19, 2023
1 parent dc87082 commit b71d103
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/golang" # Location of package manifests
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "gomod"
directory: "/golang"
schedule:
interval: "monthly"

- package-ecosystem: "cargo" # See documentation for possible values
directory: "/rust" # Location of package manifests
- package-ecosystem: "cargo"
directory: "/rust"
schedule:
interval: "monthly"

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

0 comments on commit b71d103

Please sign in to comment.