Skip to content

Adds a dependabot.yml file to auto-upgrade opentofu dependencies - #115

Merged
Gogotchuri merged 2 commits into
mainfrom
dependabot
Sep 10, 2025
Merged

Adds a dependabot.yml file to auto-upgrade opentofu dependencies#115
Gogotchuri merged 2 commits into
mainfrom
dependabot

Conversation

@diofeher

@diofeher diofeher commented Sep 9, 2025

Copy link
Copy Markdown
Member

Resolves #113

Instead of manually upgrading the packages used in dependencies, this PR aims to automatically handle that, starting only with opentofu-schema and tofu-exec, under our org.

Checklist

  • I have read the contribution guide.
  • I have not used an AI coding assistant to create this PR.
  • I have written all code in this PR myself OR I have marked all code I have not written myself (including modified code, e.g. copied from other places and then modified) with a comment indicating where it came from.
  • I (and other contributors to this PR) have not looked at the Terraform source code while implementing this PR.
  • If I'm releasing, I have read the releasing guide.

Go checklist

  • I have run golangci-lint on my change and receive no errors relevant to my code.
  • I have run existing tests to ensure my code doesn't break anything.
  • I have added tests for all relevant use cases of my code, and those tests are passing.
  • I have only exported functions, variables and structs that should be used from other packages.
  • I have added meaningful comments to all exported functions, variables, and structs.

@diofeher diofeher changed the title Adds a dependabot.yml file to auto-update opentofu packages Adds a dependabot.yml file to auto-upgrade opentofu dependencies Sep 9, 2025
@diofeher diofeher self-assigned this Sep 9, 2025
@diofeher
diofeher marked this pull request as ready for review September 9, 2025 17:01
@diofeher
diofeher requested a review from a team as a code owner September 9, 2025 17:01
@diofeher
diofeher marked this pull request as draft September 9, 2025 17:02
@diofeher
diofeher force-pushed the dependabot branch 2 times, most recently from 0bab8ad to 9579b6e Compare September 9, 2025 17:06
Comment thread .github/dependabot.yml
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
@diofeher
diofeher marked this pull request as ready for review September 9, 2025 17:29
@Gogotchuri
Gogotchuri merged commit b76fef8 into main Sep 10, 2025
21 checks passed
@Gogotchuri
Gogotchuri deleted the dependabot branch September 10, 2025 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade tofu-exec

4 participants