Skip to content

Commit

Permalink
Temporarily disable Go 1.18 updates
Browse files Browse the repository at this point in the history
Disable Dependabot Go 1.18 Docker updates until newer versions
of golangci-lint resolve compatibility issues.

refs GH-557
  • Loading branch information
atc0005 committed Mar 21, 2022
1 parent 26a1423 commit 4c2e07f
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ updates:
- dependency-type: "all"
commit-message:
prefix: "docker"
ignore:
- dependency-name: "golang"
versions:
# Temporarily restrict Go updates to just the 1.17 series until
# golangci-lint fully supports Go 1.18.
#
# See https://github.com/atc0005/go-ci/issues/557 for additional
# details.
- ">= 1.18"
- "< 1.17"

- package-ecosystem: docker
directory: "/stable/combined"
Expand All @@ -122,6 +132,16 @@ updates:
- dependency-type: "all"
commit-message:
prefix: "docker"
ignore:
- dependency-name: "golang"
versions:
# Temporarily restrict Go updates to just the 1.17 series until
# golangci-lint fully supports Go 1.18.
#
# See https://github.com/atc0005/go-ci/issues/557 for additional
# details.
- ">= 1.18"
- "< 1.17"

- package-ecosystem: docker
directory: "/stable/build/alpine-x64"
Expand All @@ -140,6 +160,16 @@ updates:
- dependency-type: "all"
commit-message:
prefix: "docker"
ignore:
- dependency-name: "golang"
versions:
# Temporarily restrict Go updates to just the 1.17 series until
# golangci-lint fully supports Go 1.18.
#
# See https://github.com/atc0005/go-ci/issues/557 for additional
# details.
- ">= 1.18"
- "< 1.17"

- package-ecosystem: docker
directory: "/stable/build/alpine-x86"
Expand All @@ -158,6 +188,16 @@ updates:
- dependency-type: "all"
commit-message:
prefix: "docker"
ignore:
- dependency-name: "golang"
versions:
# Temporarily restrict Go updates to just the 1.17 series until
# golangci-lint fully supports Go 1.18.
#
# See https://github.com/atc0005/go-ci/issues/557 for additional
# details.
- ">= 1.18"
- "< 1.17"

- package-ecosystem: docker
directory: "/stable/build/debian"
Expand All @@ -176,6 +216,16 @@ updates:
- dependency-type: "all"
commit-message:
prefix: "docker"
ignore:
- dependency-name: "golang"
versions:
# Temporarily restrict Go updates to just the 1.17 series until
# golangci-lint fully supports Go 1.18.
#
# See https://github.com/atc0005/go-ci/issues/557 for additional
# details.
- ">= 1.18"
- "< 1.17"

- package-ecosystem: docker
directory: "/stable/build/mirror"
Expand All @@ -194,6 +244,16 @@ updates:
- dependency-type: "all"
commit-message:
prefix: "docker"
ignore:
- dependency-name: "golang"
versions:
# Temporarily restrict Go updates to just the 1.17 series until
# golangci-lint fully supports Go 1.18.
#
# See https://github.com/atc0005/go-ci/issues/557 for additional
# details.
- ">= 1.18"
- "< 1.17"

- package-ecosystem: docker
directory: "/unstable"
Expand Down

0 comments on commit 4c2e07f

Please sign in to comment.