Skip to content

Commit

Permalink
feat: Add docker to dependabot (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Jan 11, 2024
1 parent 72d4571 commit 501b3cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/EssentialCSharp.Web/"
# Check for updates once a week
schedule:
interval: "weekly"

0 comments on commit 501b3cd

Please sign in to comment.