Compare commits

..

6 Commits

6 changed files with 16 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.21 FROM alpine:3.21.3
ARG ALPINE="v3.21" ARG ALPINE="v3.21"
ARG BUILDUSER=alpine ARG BUILDUSER=alpine

View File

@ -1,7 +1,7 @@
# Contributor: Christian Kampka <christian@kampka.net> # Contributor: Christian Kampka <christian@kampka.net>
# Maintainer: Stefan Reimer <stefan@zero-downtime.net> # Maintainer: Stefan Reimer <stefan@zero-downtime.net>
pkgname=docker-registry pkgname=docker-registry
# renovate: datasource=github-releases packageName=distribution/distribution # renovate: datasource=github-releases depName=docker-registry packageName=distribution/distribution
pkgver=2.8.3 pkgver=2.8.3
pkgrel=0 pkgrel=0
pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+" pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+"

View File

@ -1,7 +1,7 @@
# Contributor: Stefan Reimer <stefan@zero-downtime.net> # Contributor: Stefan Reimer <stefan@zero-downtime.net>
# Maintainer: Stefan Reimer <stefan@zero-downtime.net> # Maintainer: Stefan Reimer <stefan@zero-downtime.net>
pkgname=ecr-credential-provider pkgname=ecr-credential-provider
# renovate: datasource=github-releases packageName=kubernetes/cloud-provider-aws # renovate: datasource=github-releases depName=ecr-credential-provider packageName=kubernetes/cloud-provider-aws
pkgver=1.32.2 pkgver=1.32.2
pkgrel=0 pkgrel=0
pkgdesc="AWS Kubernetes ecr-credential-provider" pkgdesc="AWS Kubernetes ecr-credential-provider"

View File

@ -2,7 +2,7 @@
# Maintainer: Stefan Reimer <stefan@zero-downtime.net> # Maintainer: Stefan Reimer <stefan@zero-downtime.net>
pkgname=openvpn-auth-oauth2 pkgname=openvpn-auth-oauth2
# renovate: datasource=github-releases packageName=jkroepke/openvpn-auth-oauth2 # renovate: datasource=github-releases packageName=jkroepke/openvpn-auth-oauth2
pkgver=1.23.1 pkgver=1.24.0
pkgrel=0 pkgrel=0
pkgdesc="OpenVPN management client that handles the single sign-on (SSO) authentication against various OIDC providers" pkgdesc="OpenVPN management client that handles the single sign-on (SSO) authentication against various OIDC providers"
url="https://github.com/jkroepke/openvpn-auth-oauth2" url="https://github.com/jkroepke/openvpn-auth-oauth2"

View File

@ -1,7 +1,7 @@
# Contributor: Patrycja Rosa <alpine@ptrcnull.me> # Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me> # Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=openvpn3 pkgname=openvpn3
# renovate: datasource=github-releases packageName=OpenVPN/openvpn3 # renovate: datasource=github-tags packageName=OpenVPN/openvpn3
pkgver=3.10.4 pkgver=3.10.4
pkgrel=0 pkgrel=0
pkgdesc="C++ class library that implements the functionality of an OpenVPN client" pkgdesc="C++ class library that implements the functionality of an OpenVPN client"

View File

@ -6,6 +6,17 @@
":semanticCommits" ":semanticCommits"
], ],
"prHourlyLimit": 0, "prHourlyLimit": 0,
"prConcurrentLimit": 0,
"packageRules": [
{
"matchPackageNames": ["nvidia-drivers", "nvidia-open-gpu"],
"groupName": "nvidia-drivers"
},
{
"matchPackageNames": ["alpine", "kubernetes-sigs/cri-tools","kubernetes/cloud-provider-aws","kubernetes/kubernetes"],
"separateMinorPatch": true
}
],
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",