File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,15 @@ updates:
7
7
directory : ' /'
8
8
schedule :
9
9
interval : ' monthly'
10
+ groups :
11
+ github-actions :
12
+ patterns : ' *'
10
13
11
14
# Keep dependencies for Composer up-to-date
12
15
- package-ecosystem : ' composer'
13
16
directory : ' /'
14
17
schedule :
15
18
interval : ' monthly'
19
+ groups :
20
+ composer :
21
+ patterns : ' *'
Original file line number Diff line number Diff line change 15
15
16
16
var_dump ($ deprecatedExercises );
17
17
18
+ echo 'The exercises listed should be deprecated in "config.json" and then removed from this script. ' . PHP_EOL ;
19
+
18
20
function getExercises (): array
19
21
{
20
22
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 " ,
30
23
"acronym " ,
31
24
"affine-cipher " ,
32
25
"allergies " ,
@@ -36,8 +29,6 @@ function getExercises(): array
36
29
"armstrong-numbers " ,
37
30
"atbash-cipher " ,
38
31
"bank-account " ,
39
- "beer-song " ,
40
- "binary " ,
41
32
"binary-search " ,
42
33
"binary-search-tree " ,
43
34
"bob " ,
@@ -82,7 +73,6 @@ function getExercises(): array
82
73
"matrix " ,
83
74
"meetup " ,
84
75
"micro-blog " ,
85
- "minesweeper " ,
86
76
"nth-prime " ,
87
77
"nucleotide-count " ,
88
78
"ocr-numbers " ,
@@ -112,7 +102,6 @@ function getExercises(): array
112
102
"rotational-cipher " ,
113
103
"run-length-encoding " ,
114
104
"say " ,
115
- "scale-generator " ,
116
105
"scrabble-score " ,
117
106
"secret-handshake " ,
118
107
"series " ,
@@ -127,7 +116,6 @@ function getExercises(): array
127
116
"tournament " ,
128
117
"transpose " ,
129
118
"triangle " ,
130
- "trinary " ,
131
119
"twelve-days " ,
132
120
"two-bucket " ,
133
121
"two-fer " ,
You can’t perform that action at this time.
0 commit comments