Skip to content

Commit 09c0f31

Browse files
committed
Prevent symfony components to be updated to 7.x version
1 parent b347a82 commit 09c0f31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@ updates:
9797
twig:
9898
patterns:
9999
- "twig/*"
100+
ignore:
101+
- dependency-name: "symfony/*"
102+
versions: [">= 7"]

0 commit comments

Comments
 (0)