File tree Expand file tree Collapse file tree
tf/deployment/modules/shared/github/org Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
377369import {
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-
392379import {
393380 id = " discord-bot:renovate.json:"
394381 to = github_repository_file. init_files [" discord-bot/renovate.json" ]
You can’t perform that action at this time.
0 commit comments