Skip to content

Commit

Permalink
chore: update Renovate bot config
Browse files Browse the repository at this point in the history
- Schedule updates only on weekends (reduce noise)
- Always add `dependencies` label to PRs
- Migrate config to JSON5 format
- Move the file to `.github` subdir to reduce clutter at the root
  • Loading branch information
skolobov committed Oct 17, 2024
1 parent 1022dd3 commit f5721f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:recommended", "schedule:weekends"],
labels: ["dependencies"],
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit f5721f6

Please sign in to comment.