chore: Configure Renovate (#884)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
This commit is contained in:
renovate[bot]
2024-03-04 23:59:04 +02:00
committed by GitHub
parent 5e09570716
commit 5aec2d293e
2 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ website/build
# Miscellaneous
CODEOWNERS
renovate.json
# Format all of scripts
!scripts/**/*

5
renovate.json Normal file
View File

@@ -0,0 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"ignorePaths": ["website/"]
}