Compare commits

...

2 commits

Author SHA1 Message Date
e0d14e27b3 Update all stable non-major dependencies
Some checks failed
/ Ansible Lint (push) Failing after 51s
/ Ansible Lint (pull_request) Failing after 44s
2025-10-22 21:50:02 +00:00
8f612d1d9c
renovate: add persistent volume for base (and therefore cache) dir 2025-10-22 19:42:20 +02:00
3 changed files with 4 additions and 2 deletions

View file

@ -24,7 +24,7 @@ jobs:
# work in our environmnet.
# Rather manually setup python (pip) before instead.
- name: Run ansible-lint
uses: https://github.com/ansible/ansible-lint@v24.10.0
uses: https://github.com/ansible/ansible-lint@4ce8e497d462cf73b4d4fac1e97b4ace4f317dcc # v24.12.2
with:
setup_python: "false"
requirements_file: "requirements.yml"

View file

@ -2,7 +2,7 @@
services:
prometheus:
image: docker.io/prom/prometheus:v3.7.1
image: docker.io/prom/prometheus:v3.7.2@sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'

View file

@ -7,4 +7,6 @@ Wants=network-online.target
Type=oneshot
ExecStart=/usr/bin/docker run --rm \
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
--mount "type=volume,src=renovate,dst=/tmp/renovate" \
--env "RENOVATE_BASE_DIR=/tmp/renovate" \
renovate/renovate