From 8d69c85b6bf338460cf1dfacf053e815ae78a9ae Mon Sep 17 00:00:00 2001 From: Fabio Uechi <308613+fabito@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:17:33 +1300 Subject: [PATCH] Initial dependabot setup --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..eae990f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + # Configuration for Dockerfile + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + commit-message: + # Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace) + prefix: "[docker] "