Skip to content

Commit

Permalink
Fixing target-branch names in dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Feb 6, 2024
1 parent 018f528 commit 897627e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:

- package-ecosystem: "maven"
directory: "/"
target-branch: "jetty-9.4.x"
target-branch: "9.4.x"
schedule:
interval: "daily"
ignore:
Expand All @@ -21,7 +21,7 @@ updates:

- package-ecosystem: "maven"
directory: "/"
target-branch: "jetty-10.0.x"
target-branch: "10.0.x"
schedule:
interval: "daily"
ignore:
Expand All @@ -37,7 +37,7 @@ updates:

- package-ecosystem: "maven"
directory: "/"
target-branch: "jetty-11.0.x"
target-branch: "11.0.x"
schedule:
interval: "daily"
ignore:
Expand All @@ -53,6 +53,6 @@ updates:

- package-ecosystem: "maven"
directory: "/"
target-branch: "jetty-12.0.x"
target-branch: "12.0.x"
schedule:
interval: "daily"

0 comments on commit 897627e

Please sign in to comment.