chore(deps): update alpine/k8s docker tag to v1.25.6

This commit is contained in:
Dawid Wysokiński 2023-01-28 08:05:10 +01:00
parent ad586e8962
commit 593062d6cb
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
2 changed files with 19 additions and 2 deletions

View File

@ -65,7 +65,7 @@ name: deploy
steps:
- name: deploy-k8s
image: alpine/k8s:1.25.5
image: alpine/k8s:1.25.6
environment:
KUBECONFIG:
from_secret: kubeconfig
@ -83,6 +83,6 @@ depends_on:
---
kind: signature
hmac: b03cbfdb69c54f0762033201c913f1660ff205f43c85139f0a79ec7425cbae15
hmac: 86de762d907fbfd47b5c4ff9ee9fad252d71d34833e7f2dafa97e52d8ef2344b
...

17
renovate.json Normal file
View File

@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"dependencies"
],
"extends": [
"config:base",
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"postUpdateOptions": [
"gomodTidy"
],
"ignorePaths": [
".drone.yml"
]
}