From 3f67f3239b56a7f5d3d458c1403dc6b9fd1f3af6 Mon Sep 17 00:00:00 2001 From: Teodor Grigor Date: Thu, 8 Oct 2020 19:37:34 +0100 Subject: [PATCH] improved config filea --- .github/dependabot.yml | 8 ++++++++ .zeobot/config.yml | 9 ++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22817d2..6899bf0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1 +1,9 @@ version: 2 +updates: + - package-ecosystem: "pip" + directory: "/null" + schedule: + interval: "monthly" + target-branch: "null" + labels: + - "@null-dependencies" \ No newline at end of file diff --git a/.zeobot/config.yml b/.zeobot/config.yml index a1046bc..1795562 100644 --- a/.zeobot/config.yml +++ b/.zeobot/config.yml @@ -144,15 +144,15 @@ draft_release: labels: - '@security' - '@priority-critical' - - '@dependency-update' - - '@enhancement' - - '@feature' - '@priority-high' + - '@feature' - '@maintenance' # patch - version category patch: # these labels will influence the next version labels: + - '@dependency-update' + - '@enhancement' - '@priority-medium' - '@priority-low' - '@priority-very-low' @@ -166,7 +166,6 @@ draft_release: - title: 'Security' labels: - '@security' - - '@bug-fix' - title: 'Enhancement' labels: - '@enhancement' @@ -190,4 +189,4 @@ draft_release: ######################## # Configuration Ends # -######################## \ No newline at end of file +########################