Skip to content

Commit

Permalink
Fix dependabot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Feb 26, 2024
1 parent 81b5c9d commit 0f03d1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Expand Up @@ -7,7 +7,13 @@ updates:
interval: weekly
time: "15:00"
- package-ecosystem: docker
directory: /
directory: /docker/dev/
schedule:
day: tuesday
interval: weekly
time: "15:00"
- package-ecosystem: docker
directory: /docker/production/
schedule:
day: tuesday
interval: weekly
Expand Down

0 comments on commit 0f03d1c

Please sign in to comment.