Skip to content

Commit

Permalink
Extend ecosystems in Dependabot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Dec 21, 2024
1 parent 84d437a commit ed6559e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ updates:
# Check the for updates once a week
schedule:
interval: "weekly"
# Enable version updates for Go
- package-ecosystem: "gomod"
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"
# Enable version updates for npm
- package-ecosystem: "npm"
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"

0 comments on commit ed6559e

Please sign in to comment.