Skip to content

Commit

Permalink
chore: enable dependabot image updates (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
rollandf authored Oct 23, 2024
2 parents a0bc261 + d89c112 commit ab543dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
version: 2
updates:
# Docker images
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore:"

# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit ab543dc

Please sign in to comment.