Skip to content

Commit

Permalink
chore: make renovate ignore website deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jul 7, 2020
1 parent d251ce5 commit 0bc6bd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"extends": ["github>prisma-labs/renovate-config"]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>prisma-labs/renovate-config"],
"ignorePaths": ["**/website/**"]
}

0 comments on commit 0bc6bd1

Please sign in to comment.