Skip to content

Commit 1ed0c89

Browse files
authored
Optimize maintenance (#900)
1 parent 306f296 commit 1ed0c89

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ updates:
77
directory: '/'
88
schedule:
99
interval: 'monthly'
10+
groups:
11+
github-actions:
12+
patterns: '*'
1013

1114
# Keep dependencies for Composer up-to-date
1215
- package-ecosystem: 'composer'
1316
directory: '/'
1417
schedule:
1518
interval: 'monthly'
19+
groups:
20+
composer:
21+
patterns: '*'

contribution/checkDeprecatedExercises.php

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,11 @@
1515

1616
var_dump($deprecatedExercises);
1717

18+
echo 'The exercises listed should be deprecated in "config.json" and then removed from this script.' . PHP_EOL;
19+
1820
function getExercises(): array
1921
{
2022
return [
21-
"annalyns-infiltration",
22-
"city-office",
23-
"language-list",
24-
"lasagna",
25-
"lucky-numbers",
26-
"pizza-pi",
27-
"sweethearts",
28-
"windowing-system",
29-
"accumulate",
3023
"acronym",
3124
"affine-cipher",
3225
"allergies",
@@ -36,8 +29,6 @@ function getExercises(): array
3629
"armstrong-numbers",
3730
"atbash-cipher",
3831
"bank-account",
39-
"beer-song",
40-
"binary",
4132
"binary-search",
4233
"binary-search-tree",
4334
"bob",
@@ -82,7 +73,6 @@ function getExercises(): array
8273
"matrix",
8374
"meetup",
8475
"micro-blog",
85-
"minesweeper",
8676
"nth-prime",
8777
"nucleotide-count",
8878
"ocr-numbers",
@@ -112,7 +102,6 @@ function getExercises(): array
112102
"rotational-cipher",
113103
"run-length-encoding",
114104
"say",
115-
"scale-generator",
116105
"scrabble-score",
117106
"secret-handshake",
118107
"series",
@@ -127,7 +116,6 @@ function getExercises(): array
127116
"tournament",
128117
"transpose",
129118
"triangle",
130-
"trinary",
131119
"twelve-days",
132120
"two-bucket",
133121
"two-fer",

0 commit comments

Comments
 (0)