Skip to content

Commit

Permalink
Update dependabot configuration to set docker-compose update interval…
Browse files Browse the repository at this point in the history
… to daily
  • Loading branch information
w3stling committed Jan 3, 2025
1 parent 5e3ceb0 commit b1902ed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -28,4 +28,10 @@ updates:
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
interval: "daily"

- package-ecosystem: "docker-compose"
directory: "/"
schedule:
interval: "daily"

0 comments on commit b1902ed

Please sign in to comment.