Skip to content

Commit dcc0ffa

Browse files
authored
Fix Dependabot config still pointing to the 4.13.x maintenance branch
Signed-off-by: Niklas <nscuro@protonmail.com>
1 parent d359d17 commit dcc0ffa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ updates:
2424
# changes, and we don't have the test coverage in place to
2525
# detect that in CI.
2626
- package-ecosystem: npm
27-
target-branch: 4.13.x
27+
target-branch: 4.14.x
2828
directory: /
2929
schedule:
3030
interval: daily
@@ -36,7 +36,7 @@ updates:
3636
- version-update:semver-major
3737
- version-update:semver-minor
3838
- package-ecosystem: docker
39-
target-branch: 4.13.x
39+
target-branch: 4.14.x
4040
directory: /docker
4141
schedule:
4242
interval: daily

0 commit comments

Comments
 (0)