Skip to content

Commit 3bbd635

Browse files
author
upbound-bot
committed
🔄 synced local '.github/renovate.json5' with remote 'shared/configurations/renovate.json5'
1 parent 0b14ee4 commit 3bbd635

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎.github/renovate.json5

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@
55
'helpers:pinGitHubActionDigests',
66
':semanticCommits',
77
],
8-
rebaseWhen: 'conflicted',
8+
rebaseWhen: 'auto',
9+
rebaseLabel: 'rebase',
910
prConcurrentLimit: 5,
11+
autoApprove: true,
12+
automerge: true,
13+
automergeType: 'pr',
1014
baseBranches: [
1115
'main',
1216
],
1317
labels: [
1418
'automated',
19+
'run-e2e-tests',
1520
],
1621
ignorePaths: [ // default renovate ignorePaths without '**/examples/**'
1722
'**/node_modules/**',

0 commit comments

Comments
 (0)