Compare commits
6 Commits
0ffbebef36
...
bea1ba521a
Author | SHA1 | Date | |
---|---|---|---|
bea1ba521a | |||
37a2ca0d85 | |||
40fd4c4a1a | |||
d2e8f40675 | |||
5829b3d67e | |||
137add0685 |
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.21.3
|
||||
ARG ALPINE="v3.21"
|
||||
ARG BUILDUSER=alpine
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Contributor: Christian Kampka <christian@kampka.net>
|
||||
# Maintainer: Stefan Reimer <stefan@zero-downtime.net>
|
||||
pkgname=docker-registry
|
||||
# renovate: datasource=github-releases packageName=distribution/distribution
|
||||
# renovate: datasource=github-releases depName=docker-registry packageName=distribution/distribution
|
||||
pkgver=2.8.3
|
||||
pkgrel=0
|
||||
pkgdesc="An implementation of the Docker Registry HTTP API V2 for use with docker 1.6+"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Contributor: Stefan Reimer <stefan@zero-downtime.net>
|
||||
# Maintainer: Stefan Reimer <stefan@zero-downtime.net>
|
||||
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
|
||||
pkgrel=0
|
||||
pkgdesc="AWS Kubernetes ecr-credential-provider"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Stefan Reimer <stefan@zero-downtime.net>
|
||||
pkgname=openvpn-auth-oauth2
|
||||
# renovate: datasource=github-releases packageName=jkroepke/openvpn-auth-oauth2
|
||||
pkgver=1.23.1
|
||||
pkgver=1.24.0
|
||||
pkgrel=0
|
||||
pkgdesc="OpenVPN management client that handles the single sign-on (SSO) authentication against various OIDC providers"
|
||||
url="https://github.com/jkroepke/openvpn-auth-oauth2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=openvpn3
|
||||
# renovate: datasource=github-releases packageName=OpenVPN/openvpn3
|
||||
# renovate: datasource=github-tags packageName=OpenVPN/openvpn3
|
||||
pkgver=3.10.4
|
||||
pkgrel=0
|
||||
pkgdesc="C++ class library that implements the functionality of an OpenVPN client"
|
||||
|
@ -6,6 +6,17 @@
|
||||
":semanticCommits"
|
||||
],
|
||||
"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": [
|
||||
{
|
||||
"customType": "regex",
|
||||
|
Loading…
x
Reference in New Issue
Block a user