Skip to content

Commit

Permalink
Group Eclipse and OSGi dependencies in Dependabot
Browse files Browse the repository at this point in the history
- Update Dependabot configuration to group Eclipse and OSGi dependencies.
  • Loading branch information
gastaldi committed Dec 13, 2024
1 parent 740fe18 commit 73ed697
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 @@ -7,6 +7,12 @@ updates:
time: "07:00"
timezone: America/Sao_Paulo
open-pull-requests-limit: 10
groups:
eclipse:
patterns:
- "org.eclipse*"
- "org.osgi*"

- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand Down

0 comments on commit 73ed697

Please sign in to comment.