Skip to content

fix: dependabot target branch in go-ds-crdt#257

Merged
lidel merged 1 commit intoipfs:masterfrom
gammazero:master
Feb 6, 2026
Merged

fix: dependabot target branch in go-ds-crdt#257
lidel merged 1 commit intoipfs:masterfrom
gammazero:master

Conversation

@gammazero
Copy link
Contributor

@gammazero gammazero commented Feb 4, 2026

Summary

Change dependabot config to target default branch instead of dependency-updates branch.

Why do you need this?

Makes go-ds-crdt consistent will all other IPFS repos.

What else do we need to know?

DRI: myself

Reviewer's Checklist

  • It is clear where the request is coming from (if unsure, ask)
  • All the automated checks passed
  • The YAML changes reflect the summary of the request
  • The Terraform plan posted as a comment reflects the summary of the request

@gammazero gammazero requested a review from a team as a code owner February 4, 2026 22:50
@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

The following access changes will be introduced as a result of applying the plan:

Access Changes
There will be no access changes

@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.

Terraform plans

ipfs

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # github_repository_file.this["go-ds-crdt/.github/dependabot.yml"] will be updated in-place
  ~ resource "github_repository_file" "this" {
      + commit_author       = "GitHub"
      + commit_email        = "noreply@github.com"
      ~ commit_message      = <<-EOT
          - Upgrade to GitHub-native Dependabot (#96)
          - 
          - Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
          + chore: Update .github/dependabot.yml [skip ci]
        EOT
      ~ content             = <<-EOT
            version: 2
            updates:
              - package-ecosystem: gomod
                directory: "/"
                schedule:
                  interval: weekly
                  time: "11:00"
                open-pull-requests-limit: 10
          -     target-branch: dependency-upgrades
                ignore:
                - dependency-name: github.com/golang/protobuf
                  versions:
                  - 1.5.1
                - dependency-name: github.com/ipfs/go-log/v2
                  versions:
                  - 2.1.2            
              - package-ecosystem: "github-actions"
                directory: "/"
                schedule:
                  interval: "weekly"
        EOT
        id                  = "go-ds-crdt/.github/dependabot.yml"
        # (7 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@lidel lidel changed the title dependabot targets default branch of go-ds-crdt fix: dependabot target branch in go-ds-crdt Feb 6, 2026
@lidel lidel merged commit 3fb8545 into ipfs:master Feb 6, 2026
6 checks passed
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.

2 participants