Skip to content

Commit 60a61d2

Browse files
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

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: maven
4-
directory: /
4+
directory: /org.moreunit.build
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)