Skip to content

Commit

Permalink
ci(renovate): use best-practices config (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Apr 16, 2024
1 parent eead269 commit fb1cb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "schedule:weekly"],
"extends": ["config:best-practices", "schedule:weekly"],
"ignoreDeps": ["@types/vscode"],
"ignorePaths": [".yarn/sdks/**"],
"bumpVersion": "patch",
Expand Down

0 comments on commit fb1cb63

Please sign in to comment.