Skip to content

Commit

Permalink
Prevent two PRs for same update from dependabot
Browse files Browse the repository at this point in the history
Example is
#1629
and #1627

The config on "/" is enough as eclipse-platform-parent is a module of
the top pom.
This is leftover from the past as initially the repo was mostly pointing
to other subrepos and only eclipse-platform-parent was considered for
updates. When config for / was added the one for eclipse-platform-parent
should have been removed.
  • Loading branch information
akurtakov committed Dec 7, 2023
1 parent 38c9687 commit 4e024b9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml
@@ -1,22 +1,11 @@
# 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:
interval: daily


- package-ecosystem: docker
directory: /cje-production/dockerfiles/centos-gtk3-metacity/8-gtk3
schedule:
Expand Down

0 comments on commit 4e024b9

Please sign in to comment.