Skip to content

Commit

Permalink
fix: setup semantic configuration for prs (#73)
Browse files Browse the repository at this point in the history
* fix: add semantic pr configuration

* chore(dependabot): update configuration
  • Loading branch information
varl authored Jun 14, 2019
1 parent 89cb268 commit ef0738a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
default_assignees:
- '@dhis2/front-end'
version_requirement_updates: "increase_versions"
- package_manager: "java:maven"
directory: "/"
Expand Down
4 changes: 4 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
titleOnly: true
commitsOnly: false
titleAndCommits: false
allowMergeCommits: false
4 changes: 4 additions & 0 deletions config/github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
titleOnly: true
commitsOnly: false
titleAndCommits: false
allowMergeCommits: false
4 changes: 4 additions & 0 deletions src/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ const groups = {
path.join(__dirname, '../config/github/stale.yml'),
path.join('.github', 'stale.yml'),
],
[
path.join(__dirname, '../config/github/semantic.yml'),
path.join('.github', 'semantic.yml'),
],
],
},

Expand Down

0 comments on commit ef0738a

Please sign in to comment.