Skip to content

Commit

Permalink
Stop generating 2 PRs for maven updates
Browse files Browse the repository at this point in the history
In the past we used to have maven updates for platform-parent only as it
was not working for /. Fixes allowed to have dependabot run for / but
the run for eclipse-platform-parent was not removed which led to 2 PRs
being generated for each update there e.g.:
* #2412
* #2411
  • Loading branch information
akurtakov committed Oct 1, 2024
1 parent 7621be3 commit f74c922
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: maven
directory: eclipse-platform-parent
schedule:
interval: daily
commit-message:
prefix: fix
prefix-development: chore
include: scope
labels:
- dependencies
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit f74c922

Please sign in to comment.