Commit 60a61d2
Fix Dependabot directory configuration
Dependabot was failing to find the Maven `pom.xml` because it was configured to look in the root directory `/`. The root `pom.xml` was moved to `org.moreunit.build/pom.xml` previously.
This commit updates `.github/dependabot.yml` to set the `directory` to `/org.moreunit.build` for the `maven` ecosystem so that Dependabot can successfully analyze and update Maven dependencies again.
Co-authored-by: RoiSoleil <3462260+RoiSoleil@users.noreply.github.com>1 parent 54a3553 commit 60a61d2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments