renovate: ignore friedhof (#678)

Reviewed-on: #678
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-01-26 23:22:12 +01:00 committed by mg
parent b3d68b05f1
commit c5721ecab3
4 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
---
steps:
gitleaks:
image: zricethezav/gitleaks:latest@sha256:6945c62ca019ead32bc337ab0c9fd055e98d82961765d38b7ccccc84dae95d0f
image: zricethezav/gitleaks:v8.18.0@sha256:6945c62ca019ead32bc337ab0c9fd055e98d82961765d38b7ccccc84dae95d0f
commands:
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
when:

View file

@ -56,7 +56,7 @@ services:
environment:
WOODPECKER_SERVER: woodpecker-server:9000
WOODPECKER_AGENT_SECRET: "{{ lookup('keepass', 'woodpecker-agent-secret', 'password') }}"
WOODPECKER_MAX_WORKFLOWS: 4
WOODPECKER_MAX_WORKFLOWS: 20
WOODPECKER_DEBUG_PRETTY: true
WOODPECKER_LOG_LEVEL: info
WOODPECKER_HEALTHCHECK: true

View file

@ -2,7 +2,7 @@ version: "3"
services:
######## App ########
lldap:
image: nitnelave/lldap:stable@sha256:f0f5d92cd6c6dca9415993cfc57919f0618e87090b323a98c1536975860fa45a
image: nitnelave/lldap:stable
container_name: lldap-app
restart: always
ports:
@ -42,7 +42,7 @@ services:
- com.centurylinklabs.watchtower.depends-on=lldap-db
######## DB ########
lldap-db:
image: mariadb:10.6.15:10
image: mariadb:10.6.14
container_name: lldap-db
restart: always
volumes:

View file

@ -3,4 +3,5 @@
"extends": [
"config:recommended"
]
"ignorePaths": ["**/friedhof/**"]
}