Skip to content

Commit

Permalink
Create renovate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Oct 13, 2023
1 parent 8650652 commit 8db3e90
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions repos-unique.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,13 @@ module "repo_demo" {
has_publish_release_workflow = false
}

import {
to = module.repo_demo.github_repository.this
id = "demo"
}

import {
to = module.repo_demo.github_actions_repository_permissions.this
id = "demo"
}
module "repo_renovate" {
source = "./modules/repo"
name = "renovate"
description = "Self-hosted Renovate for Iconduit"
homepage_url = "https://github.com/iconduit/renovate/actions/workflows/renovate.yml"

import {
to = module.repo_demo.github_repository_file.license
id = "demo/LICENSE"
has_publish_package_workflow = false
has_publish_release_workflow = false
manage_renovate = false
}

# module "repo_renovate" {
# source = "./modules/repo"
# name = "renovate"
# description = "Self-hosted Renovate for Iconduit"
# homepage_url = "https://github.com/iconduit/renovate/actions/workflows/renovate.yml"

# has_publish_package_workflow = false
# has_publish_release_workflow = false
# manage_renovate = false
# }

0 comments on commit 8db3e90

Please sign in to comment.