Skip to content

Commit

Permalink
chore: update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Dec 15, 2023
1 parent 30bd2e2 commit c3ab03d
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
{
enabledManagers: ["github-actions", "npm"],
internalChecksFilter: "strict",
labels: ["dependencies"],
dependencyDashboard: true,
dependencyDashboardLabels: ["dependencies", "repo maintenance"],
major: {
// most majors will require some manual effort to upgrade to, so we don't want to create
// PRs automatically or else we'll just spam ourselves.
dependencyDashboardApproval: true,
},
// by default renovate will auto-rebase whenever the dep pranch falls behind main.
// this is annoying as it spams notifications and creates unnecessary action runs.
// instead only auto-rebase when conflicted, and we can trigger a manual rebase if required.
rebaseWhen: "conflicted",
stabilityDays: 3,
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>aladdin-add/eslint-gha-configs/.github/renovate.json5"]
}

0 comments on commit c3ab03d

Please sign in to comment.