521c57d886
[TASK] Allow installation of typo3/coding-standards
0.8.x ( #1374 )
...
This is necessary as older versions block installation of Symfony 7
components.
We also keep 0.6 as 0.8 drops support for older Symfony versions
Resolves : #1113
2024-07-29 18:41:48 +02:00
Simon Schaufelberger
79e44ee8c5
[TASK] Add a commit message prefix ( #1150 )
...
See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message
2024-02-02 13:43:58 +01:00
Oliver Klee
6f9dd4b904
V3.1.0: New features, bugfixes and cleanup ( #1112 )
2024-01-08 19:47:37 +01:00
Łukasz Uznański
5f51604f14
[TASK] Add xliff linting locally ( #1071 )
...
Resolves : #346
2023-12-15 16:17:39 +01:00
Oliver Klee
a39770f63b
[TASK] Move Dependabot to target to 3.1.0 milestone for PRs ( #890 )
2023-07-11 11:05:58 +02:00
Oliver Klee
0e5f96209a
[TASK] Switch the Dependabot target milestone to 3.0.1 ( #673 )
2022-11-14 10:17:31 +01:00
Oliver Klee
ee455e567b
[BUGFIX] Exclude doctrine/dbal
from Dependabot updates ( #627 )
...
Dependabot cannot handle multi-version dependencies and would
happily throw away one of allowed versions (like in #626 ).
2022-10-10 16:06:22 +02:00
Oliver Klee
f6af430180
[TASK] Upgrade to PHPUnit 9 ( #610 )
...
Also upgrade PHPCOV to match the used PHPUnit version
Fixes #586
Fixes #542
2022-10-09 06:19:32 +02:00
Oliver Klee
91c0740aac
[TASK] Switch Dependabot PR target milestone to the 3.0 milestone ( #584 )
...
The PRs now should target 3.0.0, not 2.0.1 anymore, as 2.0.1 is out
of the door, and we're working on 3.0 now.
Fixes #583
2022-09-23 21:56:56 +02:00
Oliver Klee
e91f123a81
[TASK] Update ergebnis/composer-normalize ( #585 )
...
Also remove the update block from the Dependabot configuration
(now that we require PHP >= 7.4., which allows for current versions
of this package).
2022-09-23 16:00:17 +02:00
Oliver Klee
56b02d5fda
[FEATURE] Configure Dependabot to also update npm packages ( #481 )
2022-07-13 18:39:00 +02:00
Oliver Klee
98884d36fa
[BUGFIX] Block Dependabot from breaking upgrades ( #469 )
...
composer-noramlize >= 2.2.0 will conflicts with our supported PHP
version range, as does PHPUnit 9.x (and 10.x will too).
So we need to configure Dependabot to stay below these breaking
versions.
Fixes #467
2022-06-28 21:30:42 +02:00
Oliver Klee
7050a80c1e
[FEATURE] Configure Dependabot to update Composer dev dependencies ( #461 )
2022-06-27 12:07:37 +02:00
Oliver Klee
b3e3c4e29d
[FEATURE] Add a Dependabot action for updating GitHub actions ( #452 )
...
With this configuration, GitHub's Dependabot will create PR
to update the versions of the GitHub Actions we are using in
our CI pipeline.
2022-05-23 14:45:35 +02:00