Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloLec authored May 14, 2024
1 parent 7c3bd5c commit e2e04fc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
assignees:
- "PabloLec"
- package-ecosystem: "maven"
directory: "/querydsl-criteria-builder"
schedule:
interval: "daily"
assignees:
- "PabloLec"
- package-ecosystem: "maven"
directory: "/test-backend"
schedule:
interval: "daily"
assignees:
- "PabloLec"
- package-ecosystem: "npm"
directory: "/test-frontend"
schedule:
interval: "daily"
assignees:
- "PabloLec"

0 comments on commit e2e04fc

Please sign in to comment.