Skip to content

Commit

Permalink
Enable Dependabot for Docker
Browse files Browse the repository at this point in the history
Within this repo, we also have a few Dockerfiles that could deserve updates.
  • Loading branch information
MrSerth committed Aug 17, 2024
1 parent 8bccbaf commit 8b86efa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@ updates:
labels:
- dependencies
- github-actions

- package-ecosystem: docker
directories:
- "**/*"
schedule:
interval: daily
time: "03:00"
timezone: UTC
labels:
- dependencies
- docker

0 comments on commit 8b86efa

Please sign in to comment.