Skip to content

Commit

Permalink
fix(dependabot): add missing patterns field
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 2bf96bd commit 79a125d
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,7 +10,9 @@ updates:
groups:
composer:
applies-to: security-updates
schedule:
patterns:
- *
schedule:
interval: daily

- package-ecosystem: "docker"
Expand All @@ -20,6 +22,8 @@ updates:
groups:
composer:
applies-to: security-updates
patterns:
- *
schedule:
interval: daily

Expand Down

0 comments on commit 79a125d

Please sign in to comment.