Skip to content

Commit

Permalink
dependabot: no longer operates on 74.5.x branch
Browse files Browse the repository at this point in the history
- as UAA v74 is officially no longer supported
  • Loading branch information
peterhaochen47 committed Sep 23, 2024
1 parent d3ae8e4 commit 86a82e1
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,3 @@ updates:
interval: daily
time: "11:00"
open-pull-requests-limit: 10

# dependabot configuration for 74.5.x branch
- package-ecosystem: bundler
directory: "/"
schedule:
interval: weekly
time: "11:00"
target-branch: "74.5.x"
open-pull-requests-limit: 10
allow:
- dependency-type: direct
- dependency-type: indirect
- package-ecosystem: gomod
directory: "/src/acceptance_tests"
schedule:
interval: weekly
time: "11:00"
target-branch: "74.5.x"
open-pull-requests-limit: 10
ignore:
- dependency-name: "github.com/onsi/gomega"
# gomega 1.31 requires go 1.20. However, legacy-bosh-docker-image
# we use for in uaa-ci/concourse/v74-5-x-lts/pipeline.yml has go 1.19.
# Can be bumped only after we change the legacy-bosh-docker-image
# there.
- dependency-name: "github.com/cloudfoundry/bosh-utils"
# bosh-utils 0.0.466 requires go 1.20. So ignore for the same reason as
# the above.

0 comments on commit 86a82e1

Please sign in to comment.