Skip to content

Commit

Permalink
Remove ubuntu images from dependabot
Browse files Browse the repository at this point in the history
We could pin the major and minor versions, but may not work dependabot/dependabot-core#6115.
Instead, because there is no patch version, dependabot should actually
never make a PR for these Dockerfile. Thus we can ignore them entirely.
  • Loading branch information
triarius committed Jan 17, 2023
1 parent 7ce0fb7 commit e18879c
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 @@ -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:
Expand Down

0 comments on commit e18879c

Please sign in to comment.