Skip to content

Commit

Permalink
Temporary fix for dependabot setup
Browse files Browse the repository at this point in the history
Separated roots are subject to be replaced with the single '/'-root directory as soon as
dependabot/dependabot-core#4364 issue is fixed.
Until then no version check for the root project ('/pom.xml')
  • Loading branch information
vrubezhny committed Jan 13, 2023
1 parent 882b19a commit f381cd2
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# Separated roots are subject to be replaced with the single '/'-root directory as soon as
# https://github.com/dependabot/dependabot-core/issues/4364 issue is fixed
version: 2
updates:
- package-ecosystem: maven
directory: /
directory: /org.eclipse.lsp4e
schedule:
interval: daily
commit-message:
prefix: fix
prefix-development: chore
include: scope
labels:
- dependencies
- package-ecosystem: maven
directory: /org.eclipse.lsp4e.test
schedule:
interval: daily
commit-message:
prefix: fix
prefix-development: chore
include: scope
labels:
- dependencies
- package-ecosystem: maven
directory: /repository
schedule:
interval: daily
commit-message:
Expand Down

0 comments on commit f381cd2

Please sign in to comment.