Skip to content

Commit

Permalink
Abandon Dependabot automation action
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Mar 10, 2024
1 parent a58331f commit 95b3f53
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions repos-action.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,3 @@ module "repo_github_release_from_tag" {
has_discussions = true
has_release_discussions = true
}

module "repo_dependabot_automation" {
source = "./modules/repo"
name = "dependabot-automation"
description = "A GitHub Action that automates your Dependabot busywork"
homepage_url = "https://github.com/marketplace/actions/dependabot-automation"

topics = [
"actions",
"github-actions",
"dependabot",
"automation",
]

ci_workflows = ["action"]
renovate_post_upgrade_command = "make regenerate"

has_discussions = true

template = {
owner = module.constants.org
repository = module.repo_action_template.name
}
}

0 comments on commit 95b3f53

Please sign in to comment.