Skip to content

Commit b242c58

Browse files
authored
feat: archive packages (#1542)
1 parent 63e27fd commit b242c58

1 file changed

Lines changed: 4 additions & 17 deletions

File tree

tf/deployment/modules/shared/github/org/repositories.tf

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ variable "repositories" {
7171
},
7272
{
7373
name = "ui",
74-
description = "Svelte components for Immich"
75-
license = "MIT"
74+
description = "Svelte components for Immich",
75+
archived = true,
76+
license = "MIT",
7677
url = "https://ui.immich.app",
7778
collaborators = true
7879
},
@@ -133,6 +134,7 @@ variable "repositories" {
133134
{
134135
name = "packages",
135136
license = "MIT",
137+
archived = true,
136138
description = "A collection of libraries around the Immich project"
137139
},
138140
{
@@ -364,16 +366,6 @@ import {
364366
to = github_repository_file.init_files["yucca-o11y/renovate.json"]
365367
}
366368

367-
import {
368-
id = "packages:renovate.json:"
369-
to = github_repository_file.init_files["packages/renovate.json"]
370-
}
371-
372-
import {
373-
id = "geoshenanigans:renovate.json:"
374-
to = github_repository_file.init_files["geoshenanigans/renovate.json"]
375-
}
376-
377369
import {
378370
id = "data.immich.app:renovate.json:"
379371
to = github_repository_file.init_files["data.immich.app/renovate.json"]
@@ -384,11 +376,6 @@ import {
384376
to = github_repository_file.init_files["static-pages/renovate.json"]
385377
}
386378

387-
import {
388-
id = "ui:renovate.json:"
389-
to = github_repository_file.init_files["ui/renovate.json"]
390-
}
391-
392379
import {
393380
id = "discord-bot:renovate.json:"
394381
to = github_repository_file.init_files["discord-bot/renovate.json"]

0 commit comments

Comments
 (0)