Skip to content

Commit

Permalink
Create dependabot (#1373)
Browse files Browse the repository at this point in the history
## Fixes Or Enhances
This PR adds a `dependabot.yml` configuration file to enable automated
dependency updates for:
- Golang
- GitHub Actions

**Make sure that you've checked the boxes below before you submit PR:**
- [ ] Tests exist or have been written that cover this particular
change.

@go-playground/validator-maintainers
  • Loading branch information
nodivbyzero authored Feb 18, 2025
1 parent 3c162b6 commit c800931
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
@@ -0,0 +1,12 @@
version: 2
updates:
# Maintain dependencies for Golang
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly

0 comments on commit c800931

Please sign in to comment.