{
  $schema: "https://docs.renovatebot.com/renovate-schema.json",
  extends: [
    "config:js-app",
    "schedule:weekends",
    "npm:unpublishSafe",
    ":approveMajorUpdates",
    ":maintainLockFilesWeekly",
  ],
  automerge: true,
}
