We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc15aa8 commit 725cc08Copy full SHA for 725cc08
1 file changed
‎.github/renovate.json5‎
@@ -5,13 +5,18 @@
5
'helpers:pinGitHubActionDigests',
6
':semanticCommits',
7
],
8
- rebaseWhen: 'conflicted',
+ rebaseWhen: 'auto',
9
+ rebaseLabel: 'rebase',
10
prConcurrentLimit: 5,
11
+ autoApprove: true,
12
+ automerge: true,
13
+ automergeType: 'pr',
14
baseBranches: [
15
'main',
16
17
labels: [
18
'automated',
19
+ 'run-e2e-tests',
20
21
ignorePaths: [ // default renovate ignorePaths without '**/examples/**'
22
'**/node_modules/**',
0 commit comments