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 25
25
"coverage-map" : " map.js"
26
26
},
27
27
"devDependencies" : {
28
- "@npmcli/template-oss" : " ^2.8.1 " ,
28
+ "@npmcli/template-oss" : " ^2.9.2 " ,
29
29
"mutate-fs" : " ^2.1.1" ,
30
30
"npm-registry-mock" : " ^1.3.1" ,
31
31
"tap" : " ^15.1.6"
67
67
},
68
68
"repository" : " git@github.com:npm/pacote" ,
69
69
"templateOSS" : {
70
- "version" : " 2.8.1 " ,
70
+ "version" : " 2.9.2 " ,
71
71
"windowsCI" : false
72
72
}
73
73
}
You can’t perform that action at this time.
0 commit comments