Skip to content

Commit

Permalink
fix(dependabot): add missing required fields
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Mishra <[email protected]>
  • Loading branch information
GMishx authored Dec 20, 2024
1 parent ea1df37 commit 2bf96bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ updates:
groups:
composer:
applies-to: security-updates
schedule:
interval: daily

- package-ecosystem: "docker"
directories:
Expand All @@ -18,8 +20,10 @@ updates:
groups:
composer:
applies-to: security-updates
schedule:
interval: daily

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: daily

0 comments on commit 2bf96bd

Please sign in to comment.