Skip to content

Commit

Permalink
Fix linting; add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Sep 26, 2023
1 parent 004742a commit d493ff1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---

version: 2

updates:
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: daily
time: "00:00"
timezone: "Etc/UTC"
assignees:
- "mikenye"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- "mikenye"
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ RUN set -x && \
echo "fr_FR ISO-8859-1" >> /etc/locale.gen && \
locale-gen && \
echo "========== Deploy php ==========" && \
apt install software-properties-common ca-certificates lsb-release apt-transport-https -y && \
apt-get install software-properties-common ca-certificates lsb-release apt-transport-https -y && \
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' && \
wget -qO - https://packages.sury.org/php/apt.gpg | apt-key add - && \
apt update -y && \
apt-get update -y && \
apt-get install -y --no-install-recommends \
php7.4 \
php7.4-curl \
Expand Down

0 comments on commit d493ff1

Please sign in to comment.