Skip to content

Commit

Permalink
Remove Renovate validation job requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Dec 8, 2024
1 parent 9d454f1 commit b7e70dd
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion repo_k8s-pypi.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module "pypi_repo" {
name = "k8s-pypi"
description = "Custom PyPi registry"
required_status_checks = [
"validate-renovate-config / validate",
"build-container-image / build",
]
}
1 change: 0 additions & 1 deletion repo_rate_limiter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ module "rate_limiter_repo" {
"test-migrations-postgres (15)",
"test-migrations-postgres (16)",
"test-migrations-sqlite",
"validate-renovate-config / validate",
]
}
1 change: 0 additions & 1 deletion repo_station-bot.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ module "station_bot_repo" {
required_status_checks = [
"test / test",
"build-container-image / build",
"validate-renovate-config / validate",
]
}
1 change: 0 additions & 1 deletion repo_telegram-songlinker-bot.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module "songlinker_repo" {
description = "Provides links to songs on several music streaming services."

required_status_checks = [
"validate-renovate-config / validate",
"lint / lint",
"integration-test / test",
"unit-test / test",
Expand Down
1 change: 0 additions & 1 deletion repo_telegram-vreddit-bot.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module "cancer_repo" {
"test / test",
"build-container-image (arm64) / build",
"build-container-image (amd64) / build",
"validate-renovate-config / validate",
]
}

Expand Down
1 change: 0 additions & 1 deletion repo_twittergram.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module "twittergram_repo" {
name = "twittergram"
description = "Forwards toots/mails to Telegram chats"
required_status_checks = [
"validate-renovate-config / validate",
"lint / lint",
"test / test",
"build-container-image / build",
Expand Down
1 change: 0 additions & 1 deletion repogroup_misfortune.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module "misfortune_app_repo" {
"Check Format",
"Lint",
"Build Web Package",
"validate-renovate-config / validate",
]
}

Expand Down

0 comments on commit b7e70dd

Please sign in to comment.