Skip to content

Commit

Permalink
apacheGH-39088: [Dev][Java] Add Dependabot configuration for Java (ap…
Browse files Browse the repository at this point in the history
…ache#39089)

### Rationale for this change

We can add `MINOR: [Java] ` prefix to PRs from Dependabot automatically.

### What changes are included in this PR?

Add a configuration for Maven.

### Are these changes tested?

No. I want to test this by merging this to main.

### Are there any user-facing changes?

No.
* Closes: apache#39088

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
  • Loading branch information
kou authored Dec 6, 2023
1 parent 1cc1f4c commit 92723f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ updates:
interval: "weekly"
commit-message:
prefix: "MINOR: [CI] "
- package-ecosystem: "maven"
directory: "/java/"
schedule:
interval: "weekly"
commit-message:
prefix: "MINOR: [Java] "
- package-ecosystem: "npm"
directory: "/js/"
schedule:
Expand Down

0 comments on commit 92723f3

Please sign in to comment.