Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9ef2fc808 | ||
|
|
174c5e67b4 | ||
|
|
d4f4cbb9cf | ||
|
|
07fc6c2ba0 | ||
|
|
eda5a87996 |
@@ -0,0 +1,12 @@
|
||||
name: Renovate
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
|
||||
secrets: inherit
|
||||
@@ -565,7 +565,7 @@ addons:
|
||||
# -- Specify the code-server image
|
||||
repository: codercom/code-server
|
||||
# -- Specify the code-server image tag
|
||||
tag: 4.122.1
|
||||
tag: 4.123.0
|
||||
# -- Specify the code-server image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -656,7 +656,7 @@ addons:
|
||||
# -- Specify the promtail image
|
||||
repository: grafana/promtail
|
||||
# -- Specify the promtail image tag
|
||||
tag: 2.9.17
|
||||
tag: 3.6.11
|
||||
# -- Specify the promtail image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user