Skip to content

Commit 872468e

Browse files
committed
build(package): add renovate configruation
1 parent 816966c commit 872468e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "@octokit/plugin-create-or-update-text-file",
3+
"publishConfig": {
4+
"access": "public"
5+
},
36
"version": "0.0.0-development",
47
"description": "Convenience method to create/edit/delete a text file based on its current content",
58
"scripts": {
@@ -11,10 +14,7 @@
1114
},
1215
"repository": "https://github.com/octokit/plugin-create-or-update-text-file.js",
1316
"keywords": [
14-
"github",
15-
"api",
16-
"sdk",
17-
"toolkit"
17+
"octokit-plugin"
1818
],
1919
"author": "Gregor Martynus (https://dev.to/gr2m)",
2020
"license": "MIT",
@@ -98,7 +98,9 @@
9898
]
9999
]
100100
},
101-
"publishConfig": {
102-
"access": "public"
101+
"renovate": {
102+
"extends": [
103+
"github>octokit/.github"
104+
]
103105
}
104106
}

0 commit comments

Comments
 (0)