Skip to content

Commit b03f696

Browse files
authored
Configure rebase-strategy for Dependabot updates (#19)
Added rebase-strategy for npm and GitHub Actions updates.
1 parent 97295c3 commit b03f696

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 2
33
updates:
44
- package-ecosystem: npm
55
directory: "/"
6+
rebase-strategy: auto
67
schedule:
78
interval: daily
89
commit-message:
@@ -18,6 +19,7 @@ updates:
1819

1920
- package-ecosystem: github-actions
2021
directory: "/"
22+
rebase-strategy: auto
2123
schedule:
2224
interval: weekly
2325
commit-message:

0 commit comments

Comments
 (0)