Skip to content

Commit

Permalink
Dependabot by project (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas authored Nov 7, 2023
1 parent b38647f commit a240492
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
directory: "/http4k-app"
schedule:
interval: "weekly"
- package-ecosystem: gradle
directory: "/ktor-app"
schedule:
interval: "weekly"
- package-ecosystem: gradle
directory: "/micronaut-app"
schedule:
interval: "weekly"
- package-ecosystem: gradle
directory: "/quarkus-app"
schedule:
interval: "weekly"
- package-ecosystem: gradle
directory: "/springboot-app"
schedule:
interval: "weekly"
- package-ecosystem: github-actions
Expand Down

0 comments on commit a240492

Please sign in to comment.