Skip to content

Commit

Permalink
Merge pull request #2762 from alphagov/configure-dependabot-to-ignore…
Browse files Browse the repository at this point in the history
…-version-7-of-elasticsearch

Configure dependabot to ignore elasticsearch beyond 6.x
  • Loading branch information
peteglondon authored Nov 23, 2023
2 parents 5c40ef4 + 8b490e3 commit 4aed884
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ updates:
directory: /
schedule:
interval: daily
ignore:
- dependency-name: "elasticsearch"
versions: ["7.x", "8.x"]
# We can't upgrade to version 7 or beyond
- package-ecosystem: docker
directory: /
schedule:
Expand Down

0 comments on commit 4aed884

Please sign in to comment.