Skip to content

Commit

Permalink
Add group for github actions update pull requests and fix dockerfile …
Browse files Browse the repository at this point in the history
…entrypoint warning
  • Loading branch information
burakince committed Dec 1, 2024
1 parent d2384b9 commit 7f87905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ updates:
interval: "daily"
reviewers:
- "burakince"
groups:
actions-deps:
patterns:
- "*"

- package-ecosystem: "docker"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN apk -Uuv add curl ca-certificates coreutils jq bash

COPY run.sh /bin/

ENTRYPOINT /bin/run.sh
ENTRYPOINT ["/bin/run.sh"]

0 comments on commit 7f87905

Please sign in to comment.