Skip to content

Commit

Permalink
Merge pull request #6 from CharlieTLe/update-dependabot
Browse files Browse the repository at this point in the history
Update dependabot
  • Loading branch information
CharlieTLe authored Oct 27, 2024
2 parents 275a5bf + 7dd85ca commit 4202000
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@

version: 2
updates:
- package-ecosystem: "gomod"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
labels:
- "infra"
- package-ecosystem: "gomod"
directory: "/website"
directories:
- "/"
- "/website"
groups:
go-production-dependencies:
dependency-type: "production"
schedule:
interval: "weekly"
interval: "daily"

0 comments on commit 4202000

Please sign in to comment.