Skip to content

Commit

Permalink
Revert "Prevent two PRs for same update from dependabot"
Browse files Browse the repository at this point in the history
This reverts commit 4e024b9.
  • Loading branch information
akurtakov committed Mar 13, 2024
1 parent 45bfffc commit 27f044c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
@@ -1,11 +1,22 @@
# 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 27f044c

Please sign in to comment.