Skip to content

Commit

Permalink
Add dependabot configuration to the repository (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille authored Feb 2, 2025
1 parent 5c2da41 commit 0b52c78
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
# Maintain golang dependencies defined in go.mod
# These would open PR, these PR would be tested with the CI
# They will have to be merged manually by a maintainer
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*" # Group all updates into a single larger pull request.

# Maintain dependencies for GitHub Actions
# These would open PR, these PR would be tested with the CI
# They will have to be merged manually by a maintainer
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*" # Group all updates into a single larger pull request.

0 comments on commit 0b52c78

Please sign in to comment.