From 4ff276c2d6cb07be23166be741660f86173f455d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 20 Jun 2023 18:25:28 +0200 Subject: [PATCH] chore: improve dependabot config (#7610) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .devcontainer/Dockerfile | 2 +- .github/{dependabot.yaml => dependabot.yml} | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) rename .github/{dependabot.yaml => dependabot.yml} (66%) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 37c64d168c..e80c2a2885 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:latest@sha256:6120be6a2b7ce665d0cbddc3ce6eae60fe94637c6a66985312d1f02f63cc0bcd RUN apt-get update && apt-get install -y sudo git curl apt-transport-https ca-certificates gnupg-agent software-properties-common ARG USERNAME=root diff --git a/.github/dependabot.yaml b/.github/dependabot.yml similarity index 66% rename from .github/dependabot.yaml rename to .github/dependabot.yml index dd85561c20..fbfd4e5966 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yml @@ -10,3 +10,8 @@ updates: schedule: interval: daily rebase-strategy: disabled + - package-ecosystem: docker + directory: /.devcontainer + schedule: + interval: daily + rebase-strategy: disabled