Skip to content

Commit

Permalink
Merge pull request #1552 from nextcloud/nickvergessen-patch-2
Browse files Browse the repository at this point in the history
No longer ignore symfony 5.x
  • Loading branch information
nickvergessen authored Aug 23, 2023
2 parents d87dd1b + 2b9ce85 commit 9f53e69
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,6 @@ updates:
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
ignore:
- dependency-name: "symfony/console"
versions: ["5.x"]
- dependency-name: "symfony/event-dispatcher"
versions: [ "5.x" ]
- dependency-name: "symfony/event-dispatcher-contracts"
versions: [ "5.x" ]
- dependency-name: "symfony/polyfill-intl-grapheme"
versions: [ "5.x" ]
- dependency-name: "symfony/polyfill-intl-normalizer"
versions: ["5.x"]
- dependency-name: "symfony/process"
versions: [ "5.x" ]
- dependency-name: "symfony/routing"
versions: [ "5.x" ]
- dependency-name: "symfony/translation"
versions: [ "5.x" ]
labels:
- "dependencies"
- "main"
Expand Down

0 comments on commit 9f53e69

Please sign in to comment.