Skip to content

Commit f6d6044

Browse files
authored
Merge pull request #85 from dafyddj/feat/ss-auto_merge
feat(safe-settings): enable auto-merging on repositories
2 parents ca90f30 + 98fc325 commit f6d6044

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

safe-settings/settings.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ repository:
99
# In addition, Renovate defaults to squash merging unless the repository
1010
# settings disallows it.
1111
allow_squash_merge: false
12+
13+
# Allow auto-merging to allow Renovate to work more efficiently
14+
allow_auto_merge: true
15+
1216
topics:
1317
- salt-formula
1418
- saltstack-formula

0 commit comments

Comments
 (0)