From 91c1efdb2079e3d5e4183bf3481f37c3f1ec6902 Mon Sep 17 00:00:00 2001 From: Michael Kramer Date: Sat, 5 Jul 2025 12:33:51 +0200 Subject: [PATCH 1/3] Remove exercises marked deprecated from checker --- contribution/checkDeprecatedExercises.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/contribution/checkDeprecatedExercises.php b/contribution/checkDeprecatedExercises.php index bcbf4ee5..9f623e8b 100755 --- a/contribution/checkDeprecatedExercises.php +++ b/contribution/checkDeprecatedExercises.php @@ -15,6 +15,8 @@ var_dump($deprecatedExercises); +echo 'The exercises listed should be deprecated in "config.json" and then removed from this script.' . PHP_EOL; + function getExercises(): array { return [ @@ -26,7 +28,6 @@ function getExercises(): array "pizza-pi", "sweethearts", "windowing-system", - "accumulate", "acronym", "affine-cipher", "allergies", @@ -36,8 +37,6 @@ function getExercises(): array "armstrong-numbers", "atbash-cipher", "bank-account", - "beer-song", - "binary", "binary-search", "binary-search-tree", "bob", @@ -82,7 +81,6 @@ function getExercises(): array "matrix", "meetup", "micro-blog", - "minesweeper", "nth-prime", "nucleotide-count", "ocr-numbers", @@ -112,7 +110,6 @@ function getExercises(): array "rotational-cipher", "run-length-encoding", "say", - "scale-generator", "scrabble-score", "secret-handshake", "series", @@ -127,7 +124,6 @@ function getExercises(): array "tournament", "transpose", "triangle", - "trinary", "twelve-days", "two-bucket", "two-fer", From d886c88cecf642f73729acf41f4313cbfedeb933 Mon Sep 17 00:00:00 2001 From: Michael Kramer Date: Sat, 5 Jul 2025 12:34:44 +0200 Subject: [PATCH 2/3] Remove concept exercises from deprecation check --- contribution/checkDeprecatedExercises.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/contribution/checkDeprecatedExercises.php b/contribution/checkDeprecatedExercises.php index 9f623e8b..13ea13e6 100755 --- a/contribution/checkDeprecatedExercises.php +++ b/contribution/checkDeprecatedExercises.php @@ -20,14 +20,6 @@ function getExercises(): array { return [ - "annalyns-infiltration", - "city-office", - "language-list", - "lasagna", - "lucky-numbers", - "pizza-pi", - "sweethearts", - "windowing-system", "acronym", "affine-cipher", "allergies", From 0b316ff52a9042d0dc1f724359e2f979e811a81b Mon Sep 17 00:00:00 2001 From: Michael Kramer Date: Sat, 5 Jul 2025 13:27:33 +0200 Subject: [PATCH 3/3] Group Dependabot PRs by ecosystem --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 592163a7..b06751ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,15 @@ updates: directory: '/' schedule: interval: 'monthly' + groups: + github-actions: + patterns: '*' # Keep dependencies for Composer up-to-date - package-ecosystem: 'composer' directory: '/' schedule: interval: 'monthly' + groups: + composer: + patterns: '*'