Skip to content

Commit

Permalink
Make dependabot aware about pom.xml in subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Nov 13, 2024
1 parent 00f5c0f commit b06ab17
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,35 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "/netty-reactive-streams"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "/netty-reactive-streams-http"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
target-branch: "2.0.x"
commit-message:
prefix: "[2.0.x] "
- package-ecosystem: "maven"
directory: "/netty-reactive-streams"
schedule:
interval: "weekly"
target-branch: "2.0.x"
commit-message:
prefix: "[2.0.x] "
- package-ecosystem: "maven"
directory: "/netty-reactive-streams-http"
schedule:
interval: "weekly"
target-branch: "2.0.x"
commit-message:
prefix: "[2.0.x] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit b06ab17

Please sign in to comment.