diff --git a/.prettierignore b/.prettierignore index 0aca574f..c01d295a 100644 --- a/.prettierignore +++ b/.prettierignore @@ -18,6 +18,7 @@ website/build # Miscellaneous CODEOWNERS +renovate.json # Format all of scripts !scripts/**/* diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..b3e02def --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "ignorePaths": ["website/"] +}