This repository was archived by the owner on May 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +31
-40
lines changed Expand file tree Collapse file tree 3 files changed +31
-40
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : npm
4
- directory : " /"
5
- schedule :
6
- interval : daily
7
- time : " 13:00"
8
- open-pull-requests-limit : 10
9
- ignore :
10
- - dependency-name : next
11
- versions :
12
- - 10.0.5
13
- - 10.0.6
14
- - 10.0.7
15
- - 10.0.8
16
- - 10.0.9
17
- - 10.1.1
18
- - 10.1.2
19
- - 10.1.3
20
- - dependency-name : " @semantic-release/npm"
21
- versions :
22
- - 7.1.0
23
- - dependency-name : husky
24
- versions :
25
- - 5.0.9
26
- - 5.1.0
27
- - 5.1.1
28
- - 5.1.2
29
- - dependency-name : " @commitlint/config-angular"
30
- versions :
31
- - 12.0.0
32
- - dependency-name : " @commitlint/cli"
33
- versions :
34
- - 12.0.0
35
- - dependency-name : eslint-config-prettier
36
- versions :
37
- - 8.0.0
38
- commit-message :
39
- prefix : fix
40
- prefix-development : refactor
41
- include : scope
3
+ - package-ecosystem : npm
4
+ directory : ' /'
5
+ schedule :
6
+ interval : daily
7
+ time : ' 13:00'
8
+ open-pull-requests-limit : 10
9
+ commit-message :
10
+ prefix : fix
11
+ prefix-development : refactor
12
+ include : scope
Original file line number Diff line number Diff line change
1
+ name : Automerge
2
+
3
+ on :
4
+ workflow_run :
5
+ types :
6
+ - completed
7
+ workflows :
8
+ # List all required workflow names here.
9
+ - Run Tests
10
+
11
+ jobs :
12
+ automerge :
13
+ name : automerge
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - if : ${{ github.event.workflow_run.conclusion == 'success' }}
17
+ name : Merge Dependabot Pull Request
18
+ uses : ridedott/merge-me-action@v2
19
+ with :
20
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
+ PRESET : DEPENDABOT_MINOR
Original file line number Diff line number Diff line change 1
1
[ ![ npm version] ( https://badge.fury.io/js/create-amclin-nextjs-app.svg )] ( https://www.npmjs.com/create-amclin-nextjs-app )
2
2
![ Build Status] ( https://github.com/amclin/react-project-boilerplate/workflows/Run%20Tests/badge.svg )
3
- [ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&repo=amclin/react-project-boilerplate )] ( https://dependabot.com )
4
3
5
4
![ Branch Code Coverage] ( ./coverage/badge-branches.svg ) ![ Functions Code Coverage] ( ./coverage/badge-functions.svg ) ![ Lines Code Coverage] ( ./coverage/badge-lines.svg ) ![ Statements Code Coverage] ( ./coverage/badge-statements.svg )
6
5
You can’t perform that action at this time.
0 commit comments