Skip to content

Commit

Permalink
chore(renovate): configure auto-label for renovate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
kopach committed Nov 13, 2024
1 parent a3c4700 commit 8896709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
internalChecksFilter: 'strict', // required for packageRules[].stabilityDays
dependencyDashboard: true,
dependencyDashboardApproval: true, // require approval for all updates initially
addLabels: ['type: dependencies'],
pin: {
dependencyDashboardApproval: false,
automerge: false, // let's test it and change to true later
rebaseWhen: 'never', //
rebaseWhen: 'never',
},
separateMinorPatch: true,
separateMajorMinor: true,
Expand Down

0 comments on commit 8896709

Please sign in to comment.