Skip to content

Commit f7617d5

Browse files
committed
ci(dependabot): include 'application/' directory
Certain dependencies were not bumped by dependabot that were the most needed so add a different entry to `.github/dependabot.yml` and include the 'application/' subdirectory as well. Signed-off-by: Chris Sdogkos <work@chris-sdogkos.com>
1 parent d2eb7ef commit f7617d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ updates:
88
- dependency-name: "*"
99
update-types: ["version-update:semver-patch"]
1010
open-pull-requests-limit: 10
11+
- package-ecosystem: "gradle"
12+
directory: "/application"
13+
schedule:
14+
interval: "daily"
15+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)