Skip to content

Commit

Permalink
feat: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
haashemi authored Jul 2, 2024
1 parent 8b20604 commit 050672a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2

updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"

# Maintain dependencies for Golang
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
groups:
all:
patterns:
- "*"

0 comments on commit 050672a

Please sign in to comment.