An open index of dependabot pull requests across open source projects.

build: bump github.com/kevinburke/ssh_config from 1.2.0 to 1.4.0

Open
Number: #1632
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 20, 2025 at 01:23 PM UTC
(about 1 month ago)
Updated: August 31, 2025 at 04:27 PM UTC
(about 1 month ago)
Labels:
dependencies go
Description:

Bumps github.com/kevinburke/ssh_config from 1.2.0 to 1.4.0.

Changelog

Sourced from github.com/kevinburke/ssh_config's changelog.

Changes

Version 1.4 (released August 2025)

  • Remove .gitattributes file (which was used to test different line endings, and caused issues in some build environments).

Version 1.3 (released February 2025)

  • Add go.mod file (although this project has no dependencies).

  • Various updates to CI and build environment

  • config: add UserSettings.ConfigFinder

Version 1.2

Previously, if a Host declaration or a value had trailing whitespace, that whitespace would have been included as part of the value. This led to unexpected consequences. For example:

Host example       # A comment
    HostName example.com      # Another comment

Prior to version 1.2, the value for Host would have been "example " and the value for HostName would have been "example.com ". Both of these are unintuitive.

Instead, we strip the trailing whitespace in the configuration, which leads to more intuitive behavior.

Commits
  • d87420c 1.4.0
  • 6cb5d6c config: change release format to "1.3.0"
  • bf7d55a CHANGELOG,AUTHORS.txt: add notes and add Simon Josefsson
  • d227026 Store tests/dos-lines as CRLF in git instead of using .gitattributes (#72)
  • 1bd630c 1.3
  • 200a8b4 .github: update CI for more recent Go versions
  • 1d09c0b .github: set latest Go versions
  • 974a52c .github: use Go 1.19
  • 3c7724c README.md: update donate information
  • 7df8445 go.mod: add
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+3
Deletions:
-3
Package Dependencies
Ecosystem:
go
Version Change:
1.2.0 → 1.4.0
Update Type:
Minor
Technical Details
ID: 5411925
UUID: 2759809168
Node ID: PR_kwDODaa6_s6kf1iQ
Host: GitHub
Repository: go-git/go-git
Merge State: Unknown