mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-03-19 21:23:49 +01:00
Commit graph

16 commits

Author SHA1 Message Date
Oliver Klee
9ae0ff6cf2
[TASK] Shorten the Dependabot commit messages () 2024-12-13 08:55:57 +01:00
Oliver Klee
fdf4f53d8e
[TASK] Configure Dependabot to create specific commit messages ()
We want to be able to easily recognize PRs/commits created by
Dependabot.

Fixes 
2024-10-29 16:53:20 +01:00
521c57d886
[TASK] Allow installation of typo3/coding-standards 0.8.x ()
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: 
2024-07-29 18:41:48 +02:00
Simon Schaufelberger
79e44ee8c5
[TASK] Add a commit message prefix ()
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 () 2024-01-08 19:47:37 +01:00
Łukasz Uznański
5f51604f14
[TASK] Add xliff linting locally ()
Resolves: 
2023-12-15 16:17:39 +01:00
Oliver Klee
a39770f63b
[TASK] Move Dependabot to target to 3.1.0 milestone for PRs () 2023-07-11 11:05:58 +02:00
Oliver Klee
0e5f96209a
[TASK] Switch the Dependabot target milestone to 3.0.1 () 2022-11-14 10:17:31 +01:00
Oliver Klee
ee455e567b
[BUGFIX] Exclude doctrine/dbal from Dependabot updates ()
Dependabot cannot handle multi-version dependencies and would
happily throw away one of allowed versions (like in ).
2022-10-10 16:06:22 +02:00
Oliver Klee
f6af430180
[TASK] Upgrade to PHPUnit 9 ()
Also upgrade PHPCOV to match the used PHPUnit version

Fixes 
Fixes 
2022-10-09 06:19:32 +02:00
Oliver Klee
91c0740aac
[TASK] Switch Dependabot PR target milestone to the 3.0 milestone ()
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 
2022-09-23 21:56:56 +02:00
Oliver Klee
e91f123a81
[TASK] Update ergebnis/composer-normalize ()
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 () 2022-07-13 18:39:00 +02:00
Oliver Klee
98884d36fa
[BUGFIX] Block Dependabot from breaking upgrades ()
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 
2022-06-28 21:30:42 +02:00
Oliver Klee
7050a80c1e
[FEATURE] Configure Dependabot to update Composer dev dependencies () 2022-06-27 12:07:37 +02:00
Oliver Klee
b3e3c4e29d
[FEATURE] Add a Dependabot action for updating GitHub actions ()
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