Skip to content

Commit

Permalink
Prevent symfony components to be updated to 7.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed May 6, 2024
1 parent b347a82 commit 09c0f31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -97,3 +97,6 @@ updates:
twig:
patterns:
- "twig/*"
ignore:
- dependency-name: "symfony/*"
versions: [">= 7"]

0 comments on commit 09c0f31

Please sign in to comment.