Skip to content

Commit

Permalink
Update dependabot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 1, 2023
1 parent 734d534 commit 6833626
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
---
version: 2

updates:
# check for updated docker image and will create pull request
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: daily
time: "00:00"
timezone: "Etc/UTC"
assignees:
- "fredclausen"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- "fredclausen"

0 comments on commit 6833626

Please sign in to comment.