Skip to content

Commit

Permalink
Remove docker dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Sep 23, 2023
1 parent 0b30360 commit 0219e5c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10

registries:
- ghcr
registries:
ghcr:
type: docker_registry
url: ghcr.io

0 comments on commit 0219e5c

Please sign in to comment.