Skip to content

Commit 3d132e8

Browse files
authored
ci(renovate): move config out of package.json (#708)
1 parent 8dee88a commit 3d132e8

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": ["github>octokit/.github"],
3+
"ignoreDeps": ["@octokit/webhooks-schemas", "@octokit/webhooks-types"]
4+
}

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,5 @@
8080
"@pika/plugin-build-web"
8181
]
8282
]
83-
},
84-
"renovate": {
85-
"extends": [
86-
"github>octokit/.github"
87-
],
88-
"ignoreDeps": [
89-
"@octokit/webhooks-schemas",
90-
"@octokit/webhooks-types"
91-
]
9283
}
9384
}

0 commit comments

Comments
 (0)