diff options
-rw-r--r-- | renovate.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json index f59f762..12b1f0c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json" , "extends": ["local>benkard/.github:renovate-config"] +, "ignoreDeps": ["snowpack"] } |