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 16
16
"validate-npm-package-name" : " ^3.0.0"
17
17
},
18
18
"devDependencies" : {
19
- "@npmcli/template-oss" : " ^2.8 .1" ,
19
+ "@npmcli/template-oss" : " ^2.9 .1" ,
20
20
"tap" : " ^15.1.6"
21
21
},
22
22
"scripts" : {
50
50
"branches" : 97
51
51
},
52
52
"templateOSS" : {
53
- "version" : " 2.8 .1"
53
+ "version" : " 2.9 .1"
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments