Skip to content

Commit

Permalink
[ECP-9543] Enable Dependabot with basic configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Dec 5, 2024
1 parent 96b34fb commit 2ed75cb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 3
labels:
- "dependencies"
target-branch: "main"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 3
labels:
- "dependencies"
target-branch: "main"

0 comments on commit 2ed75cb

Please sign in to comment.