Skip to content

Commit

Permalink
ci: add docker image update using dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Aug 12, 2024
1 parent 2706e88 commit db76d28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
version: 2
updates:

# Maintain dependencies of docker images
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"

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

0 comments on commit db76d28

Please sign in to comment.