Skip to content

Commit

Permalink
Dependabot: Add docker configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Jul 11, 2024
1 parent ae25ad1 commit 02665bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ updates:
patterns:
- "*"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"

0 comments on commit 02665bb

Please sign in to comment.