From 041f43107bff769fc67346feb47c5085f0192c18 Mon Sep 17 00:00:00 2001 From: Dmytro Pashynskyi <61313167+dspashynskyi@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:32:17 +0200 Subject: [PATCH] chore: enable dependabot (#14) Co-authored-by: Vladislav Yatsun --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..357da497 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + day: "wednesday" + time: "09:00" + # Disable version updates, keep security updates only + open-pull-requests-limit: 0 + commit-message: + # Prefix all commit messages with "chore: " + prefix: "chore"