Skip to content

Commit 3cf71f4

Browse files
committed
Update Dependabot to ignore updating Ubuntu 22.04 minor versions
1 parent 6169023 commit 3cf71f4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.docker/ubuntu-22.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Base image
2-
FROM ubuntu:22.04@sha256:59ccd419c0dc0edf9e3bff1a3b2b073ea15a2ce4bc45ce7c989278b225b09af3 AS base
2+
FROM ubuntu:22.04@sha256:09506232a8004baa32c47d68f1e5c307d648fdd59f5e7eaa42aaf87914100db3 AS base
33

44
LABEL org.opencontainers.image.source=https://github.com/microsoft/msquic
55

@@ -55,7 +55,7 @@ RUN git config --global safe.directory '*'
5555
FROM base AS xdp-build
5656

5757
RUN apt-get update -y && apt-get install -y \
58-
&& echo "deb [arch=amd64] http://cz.archive.ubuntu.com/ubuntu noble main" > /etc/apt/sources.list.d/xdp.list \
58+
&& echo "deb [arch=amd64] http://us.archive.ubuntu.com/ubuntu noble main" > /etc/apt/sources.list.d/xdp.list \
5959
&& apt-get update -y && apt-get install --no-install-recommends -y -t noble \
6060
libnl-3-dev \
6161
libnl-genl-3-dev \

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ updates:
4040
ignore:
4141
- dependency-name: "ubuntu"
4242
versions: ["24.x", ">= 23.0.0", "23.x"]
43+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
4344

4445
- package-ecosystem: "docker"
4546
directories:

0 commit comments

Comments
 (0)