Skip to content

Commit

Permalink
Remove Dependabot monitoring for retired Go imgs
Browse files Browse the repository at this point in the history
Remove monitoring for:

- `/mirror/1.19`
- `/mirror/1.20`

Neither of those Go release series are receiving further
updates from the Go team.

refs: GH-1404
  • Loading branch information
atc0005 committed Feb 21, 2024
1 parent 118650a commit 5520296
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,52 +333,6 @@ updates:
- ">= 1.23"
- "< 1.22"

- package-ecosystem: docker
directory: "/mirror/1.19"
open-pull-requests-limit: 10
target-branch: "master"
schedule:
interval: "daily"
time: "02:00"
timezone: "America/Chicago"
assignees:
- "atc0005"
labels:
- "dependencies"
- "CI"
allow:
- dependency-type: "all"
commit-message:
prefix: "Mirror Build Image"
ignore:
- dependency-name: "amd64/golang"
versions:
- ">= 1.20"
- "< 1.19"

- package-ecosystem: docker
directory: "/mirror/1.20"
open-pull-requests-limit: 10
target-branch: "master"
schedule:
interval: "daily"
time: "02:00"
timezone: "America/Chicago"
assignees:
- "atc0005"
labels:
- "dependencies"
- "CI"
allow:
- dependency-type: "all"
commit-message:
prefix: "Mirror Build Image"
ignore:
- dependency-name: "amd64/golang"
versions:
- ">= 1.21"
- "< 1.20"

- package-ecosystem: docker
directory: "/mirror/1.21"
open-pull-requests-limit: 10
Expand Down

0 comments on commit 5520296

Please sign in to comment.