Skip to content

Commit

Permalink
Configure dependabot for Docker (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso authored Jun 18, 2024
1 parent 96dc544 commit 873fb5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ updates:
interval: "monthly"
commit-message:
prefix: "npm:"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "docker:"
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ changelog:
- '^npm:'
- '^go.mod:'
- '^.github:'
- '^docker:'
- Merge branch
release:
prerelease: auto
Expand Down

0 comments on commit 873fb5c

Please sign in to comment.