Skip to content

Commit

Permalink
update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Nov 18, 2024
1 parent 0e2cde9 commit 3203c75
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
# Check for updates to GitHub Actions every week
interval: "weekly"

# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
# Check for updates to Go modules every weekday
# Check for updates to Go modules every week
interval: "weekly"

# Maintain dependencies for Go modules for tools
- package-ecosystem: "gomod"
directory: "/tools"
schedule:
# Check for updates to Go modules every week
interval: "weekly"

0 comments on commit 3203c75

Please sign in to comment.