From e18879c3ff0bf62dfdb9cffc3e6459ca5b07eb70 Mon Sep 17 00:00:00 2001 From: Narthana Epa Date: Thu, 12 Jan 2023 21:16:21 +1100 Subject: [PATCH] Remove ubuntu images from dependabot We could pin the major and minor versions, but may not work https://github.com/dependabot/dependabot-core/pull/6115. Instead, because there is no patch version, dependabot should actually never make a PR for these Dockerfile. Thus we can ignore them entirely. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f27da95fd2..f8c1c5f911 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,10 +16,14 @@ updates: directory: /packaging/docker/ubuntu-18.04 schedule: interval: "monthly" + ignore: + - dependency-name: ubuntu - package-ecosystem: "docker" directory: /packaging/docker/ubuntu-20.04 schedule: interval: "monthly" + ignore: + - dependency-name: ubuntu - package-ecosystem: "docker" directory: /.buildkite schedule: