Skip to content

Commit f961248

Browse files
edburnsCopilot
andcommitted
Add Maven and Java codegen npm ecosystems to dependabot.yaml
- Add maven ecosystem entry for /java directory - Add npm ecosystem entry for /java/scripts/codegen (codegen deps) - Both use multi-ecosystem-group 'all' matching existing entries Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1d128a6 commit f961248

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,13 @@ updates:
3636
directory: '/dotnet'
3737
multi-ecosystem-group: 'all'
3838
patterns: ['*']
39+
# Java dependencies
40+
- package-ecosystem: 'maven'
41+
directory: '/java'
42+
multi-ecosystem-group: 'all'
43+
patterns: ['*']
44+
# Java codegen dependencies
45+
- package-ecosystem: 'npm'
46+
directory: '/java/scripts/codegen'
47+
multi-ecosystem-group: 'all'
48+
patterns: ['*']

0 commit comments

Comments
 (0)