Skip to content

Commit 53c7249

Browse files
authored
Removing 2023.0.x and adding 2025.0.x
Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent ca00033 commit 53c7249

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ updates:
1818
interval: "weekly"
1919
- package-ecosystem: "github-actions"
2020
directory: "/"
21-
target-branch: "2023.0.x"
21+
target-branch: "2025.0.x"
2222
schedule:
2323
interval: "weekly"
2424
- package-ecosystem: maven
@@ -53,7 +53,7 @@ updates:
5353
directory: /
5454
schedule:
5555
interval: daily
56-
target-branch: 2023.0.x
56+
target-branch: 2025.0.x
5757
ignore:
5858
# only upgrade by minor or patch
5959
- dependency-name: "*"
@@ -76,7 +76,7 @@ updates:
7676
schedule:
7777
interval: weekly
7878
- package-ecosystem: npm
79-
target-branch: 2023.0.x
79+
target-branch: 2025.0.x
8080
directory: /docs
8181
schedule:
8282
interval: weekly

0 commit comments

Comments
 (0)