From 8bc3bd9c3b8637a862d9f7bc18801e28418e002f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 19:08:38 +0000 Subject: [PATCH 1/2] Create Dependabot config file --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..091700b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/backend" + schedule: + interval: daily + time: "10:00" + timezone: Etc/UCT From c83cd266374efa5ebc78d24cd6c4c6931c63eea7 Mon Sep 17 00:00:00 2001 From: Rima Sirich Date: Mon, 9 Nov 2020 21:17:37 +0200 Subject: [PATCH 2/2] fix: auto-generated commit messages --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 091700b..7cc4587 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,5 @@ updates: interval: daily time: "10:00" timezone: Etc/UCT + commit-message: + prefix: "chore:"