Skip to content

Commit ef0738a

Browse files
authored
fix: setup semantic configuration for prs (#73)
* fix: add semantic pr configuration * chore(dependabot): update configuration
1 parent 89cb268 commit ef0738a

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ update_configs:
44
- package_manager: "javascript"
55
directory: "/"
66
update_schedule: "live"
7-
default_assignees:
8-
- '@dhis2/front-end'
97
version_requirement_updates: "increase_versions"
108
- package_manager: "java:maven"
119
directory: "/"

.github/semantic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
titleOnly: true
2+
commitsOnly: false
3+
titleAndCommits: false
4+
allowMergeCommits: false

config/github/semantic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
titleOnly: true
2+
commitsOnly: false
3+
titleAndCommits: false
4+
allowMergeCommits: false

src/groups.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ const groups = {
2626
path.join(__dirname, '../config/github/stale.yml'),
2727
path.join('.github', 'stale.yml'),
2828
],
29+
[
30+
path.join(__dirname, '../config/github/semantic.yml'),
31+
path.join('.github', 'semantic.yml'),
32+
],
2933
],
3034
},
3135

0 commit comments

Comments
 (0)