Skip to content

Commit f4cb45e

Browse files
committed
ci: adopt shared renovate config
1 parent a2ef9b3 commit f4cb45e

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

renovate.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

renovate.json5

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
/* Simulate this configuration locally by running:
3+
podman run --rm \
4+
--mount type=bind,src="$(pwd)",dst=/repo \
5+
--workdir /repo \
6+
--user 0 \
7+
--env RENOVATE_GITHUB_COM_TOKEN=$(secret-tool lookup service renovate-dry-run) \
8+
--env LOG_LEVEL=debug \
9+
renovate/renovate --dry-run=full --platform=local
10+
*/
11+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
12+
extends: ["github>jGleitz/renovate-config:default.json5"],
13+
}

0 commit comments

Comments
 (0)