Skip to content

Commit

Permalink
Merge pull request #339 from OpenConext/feature/fix_dependabot
Browse files Browse the repository at this point in the history
Tweak dependabot & install package updates
  • Loading branch information
johanib authored Jan 16, 2025
2 parents 02ba431 + 4f8a991 commit fd067cf
Show file tree
Hide file tree
Showing 6 changed files with 1,808 additions and 1,609 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
version: 2
updates:
- package-ecosystem: "composer"
open-pull-requests-limit: 0
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
ignore:
- dependency-name: "symfony/*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "npm"
open-pull-requests-limit: 0
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"ext-zlib": "*",
"incenteev/composer-parameter-handler": "^2.2",
"openconext/monitor-bundle": "^4.3.1",
"paragonie/halite": "^5.1",
"paragonie/halite": "^5.1.2",
"surfnet/stepup-bundle": "^6.0.17",
"surfnet/stepup-gssp-bundle": "^5.1",
"surfnet/stepup-saml-bundle": "^6.1",
"symfony/asset": "^6.4.13",
"symfony/config": "^6.4.14",
"symfony/console": "^6.4.15",
"symfony/dependency-injection": "^6.4.15",
"symfony/console": "^6.4.17",
"symfony/dependency-injection": "^6.4.16",
"symfony/flex": "^2.4.7",
"symfony/form": "^6.4.13",
"symfony/monolog-bundle": "^3.10",
Expand All @@ -33,12 +33,12 @@
"symfony/templating": "^6.4.13",
"symfony/translation": "^6.4.13",
"symfony/twig-bundle": "^6.4.13",
"symfony/validator": "^6.4.15",
"symfony/validator": "^6.4.17",
"symfony/webpack-encore-bundle": "^2.2",
"symfony/yaml": "^6.4.13",
"tiqr/tiqr-server-libphp": "^4.3.1",
"twig/extra-bundle": "^3.15",
"twig/twig": "^3.15"
"twig/extra-bundle": "^3.18",
"twig/twig": "^3.18"
},
"require-dev": {
"behat/mink": "^1.12",
Expand All @@ -47,22 +47,22 @@
"friends-of-behat/symfony-extension": "^2.6",
"guzzle/guzzle": "^3.8.1",
"khanamiryan/qrcode-detector-decoder": "^2.0.2",
"league/csv": "^9.18",
"league/csv": "^9.21",
"malukenho/docheader": "^1.1",
"overtrue/phplint": ">=9.4.2",
"overtrue/phplint": ">=9.5.6",
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^1.12.11",
"phpstan/phpstan-symfony": "^1.4.12",
"phpunit/phpunit": "^9.6.21",
"phpstan/phpstan": "^1.12.15",
"phpstan/phpstan-symfony": "^1.4.13",
"phpunit/phpunit": "^9.6.22",
"sebastian/phpcpd": "^6.0.3",
"slevomat/coding-standard": "^8.15",
"soyuka/contexts": "^3.3.13",
"squizlabs/php_codesniffer": "^3.11.1",
"squizlabs/php_codesniffer": "^3.11.2",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "^6.4.13",
"symfony/phpunit-bridge": "^6.4.13",
"symfony/phpunit-bridge": "^6.4.16",
"symfony/stopwatch": "^6.4.13",
"symfony/web-profiler-bundle": "^6.4.14"
"symfony/web-profiler-bundle": "^6.4.17"
},
"scripts": {
"check": [
Expand Down
Loading

0 comments on commit fd067cf

Please sign in to comment.