File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
name : " Post Dependabot Actions"
4
4
on : pull_request
5
5
6
+ # https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
7
+ permissions :
8
+ contents : write
9
+
6
10
jobs :
7
11
Install :
8
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 14
14
- uses : google-github-actions/release-please-action@v2
15
15
id : release
16
16
with :
17
- package-name : conventional-test
18
17
release-type : node
19
18
# If you change changelog-types be sure to also update commitlintrc.js
20
19
changelog-types : >
Original file line number Diff line number Diff line change 38
38
"check-coverage" : true
39
39
},
40
40
"devDependencies" : {
41
- "@npmcli/template-oss" : " ^2.8.1 " ,
41
+ "@npmcli/template-oss" : " ^2.9.2 " ,
42
42
"eslint" : " ^8.10.0" ,
43
43
"tap" : " ^15.1.6"
44
44
},
49
49
"read-package-json-fast" : " ^2.0.3"
50
50
},
51
51
"templateOSS" : {
52
- "version" : " 2.8.1 "
52
+ "version" : " 2.9.2 "
53
53
}
54
54
}
You can’t perform that action at this time.
0 commit comments