Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions renovate.json

This file was deleted.

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