Skip to content

Commit 0c8e8e6

Browse files
authored
Revert fatih/color to v1.18.0 and add dependabot cooldown for Go modules (#4896)
## Summary - Revert `github.com/fatih/color` from v1.19.0 back to v1.18.0 because v1.19.0 is too recent (reverts #4804) - Add `cooldown: default-days: 14` to both gomod dependabot ecosystems (`/` and `/tools`) to avoid upgrading dependencies too soon after release This pull request was AI-assisted by Isaac.
1 parent 884f4cf commit 0c8e8e6

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
cooldown:
8+
default-days: 14
79
ignore:
810
# Ignore Databricks Go SDK because its upgrade requires code generation
911
- dependency-name: github.com/databricks/databricks-sdk-go
1012
- package-ecosystem: "gomod"
1113
directory: "/tools"
1214
schedule:
1315
interval: "weekly"
16+
cooldown:
17+
default-days: 14
1418
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#directories
1519
- package-ecosystem: "github-actions"
1620
directories:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/charmbracelet/huh v1.0.0
1414
github.com/charmbracelet/lipgloss v1.1.0 // MIT
1515
github.com/databricks/databricks-sdk-go v0.126.0 // Apache 2.0
16-
github.com/fatih/color v1.19.0 // MIT
16+
github.com/fatih/color v1.18.0 // MIT
1717
github.com/google/jsonschema-go v0.4.2 // MIT
1818
github.com/google/uuid v1.6.0 // BSD-3-Clause
1919
github.com/gorilla/mux v1.8.1 // BSD 3-Clause

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FM
8787
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f h1:Y/CXytFA4m6baUTXGLOoWe4PQhGxaX0KpnayAqC48p4=
8888
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f/go.mod h1:vw97MGsxSvLiUE2X8qFplwetxpGLQrlU1Q9AUEIzCaM=
8989
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
90-
github.com/fatih/color v1.19.0 h1:Zp3PiM21/9Ld6FzSKyL5c/BULoe/ONr9KlbYVOfG8+w=
91-
github.com/fatih/color v1.19.0/go.mod h1:zNk67I0ZUT1bEGsSGyCZYZNrHuTkJJB+r6Q9VuMi0LE=
90+
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
91+
github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
9292
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
9393
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
9494
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=

0 commit comments

Comments
 (0)