Eat our own dog food, drop renovate since we no longer pin any versions

This commit is contained in:
Justin Kromlinger 2023-06-15 14:45:56 +02:00
parent 6aa7dcc287
commit a76517d48c
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8
2 changed files with 1 additions and 8 deletions

View File

@ -8,9 +8,8 @@
# Some templating is done in order to allow us to easily build different configurations and to
# allow us to automate the release process.
FROM alpine:3.18 AS verify
FROM archlinux/archlinux:latest AS verify
COPY TEMPLATE_ROOTFS_FILE /
RUN apk add --no-cache curl tar zstd
# TEMPLATE_ROOTFS_RELEASE_URL
RUN TEMPLATE_ROOTFS_DOWNLOAD && \

View File

@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}