Skip to content

Commit

Permalink
improved config filea
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Oct 8, 2020
1 parent 3e6c7fb commit 3f67f32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/null"
schedule:
interval: "monthly"
target-branch: "null"
labels:
- "@null-dependencies"
9 changes: 4 additions & 5 deletions .zeobot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -166,7 +166,6 @@ draft_release:
- title: 'Security'
labels:
- '@security'
- '@bug-fix'
- title: 'Enhancement'
labels:
- '@enhancement'
Expand All @@ -190,4 +189,4 @@ draft_release:

########################
# Configuration Ends #
########################
########################

0 comments on commit 3f67f32

Please sign in to comment.