Skip to content

Commit

Permalink
enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
krkabol committed Jul 27, 2024
1 parent 95beed8 commit 1cdbff0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
all-dependencies:
patterns:
- "*"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/krkabol/php-fpm-noroot-socket:main
FROM ghcr.io/krkabol/php-fpm-noroot-socket:sha256-d106235ae43bb7430cd3d1cfdcf6d63912df06c1075a3b3deea488d61ad308f5
USER root
RUN apt-get update && apt-get dist-upgrade -y && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 1cdbff0

Please sign in to comment.