Skip to content

Commit 687fce4

Browse files
authored
Drop 2.2 branch and use new 2.5 branch
1 parent 96d1e19 commit 687fce4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ updates:
1616
patterns: ["*"]
1717

1818
- package-ecosystem: "github-actions" # See documentation for possible values
19-
target-branch: release-2.2
19+
target-branch: release-2.3
2020
directory: "/" # Location of package manifests
2121
schedule:
2222
interval: "weekly"
@@ -25,7 +25,7 @@ updates:
2525
patterns: ["*"]
2626

2727
- package-ecosystem: "github-actions" # See documentation for possible values
28-
target-branch: release-2.3
28+
target-branch: release-2.4
2929
directory: "/" # Location of package manifests
3030
schedule:
3131
interval: "weekly"
@@ -34,7 +34,7 @@ updates:
3434
patterns: ["*"]
3535

3636
- package-ecosystem: "github-actions" # See documentation for possible values
37-
target-branch: release-2.4
37+
target-branch: release-2.5
3838
directory: "/" # Location of package manifests
3939
schedule:
4040
interval: "weekly"
@@ -43,7 +43,7 @@ updates:
4343
patterns: ["*"]
4444

4545
- package-ecosystem: "composer" # See documentation for possible values
46-
target-branch: release-2.2
46+
target-branch: release-2.3
4747
directory: "/" # Location of package manifests
4848
schedule:
4949
interval: "daily"
@@ -52,7 +52,7 @@ updates:
5252
update-types: ["version-update:semver-major"]
5353

5454
- package-ecosystem: "composer" # See documentation for possible values
55-
target-branch: release-2.3
55+
target-branch: release-2.4
5656
directory: "/" # Location of package manifests
5757
schedule:
5858
interval: "daily"
@@ -61,7 +61,7 @@ updates:
6161
update-types: ["version-update:semver-major"]
6262

6363
- package-ecosystem: "composer" # See documentation for possible values
64-
target-branch: release-2.4
64+
target-branch: release-2.5
6565
directory: "/" # Location of package manifests
6666
schedule:
6767
interval: "daily"

0 commit comments

Comments
 (0)