We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d39851 commit 3f1ebafCopy full SHA for 3f1ebaf
renovate.json
renovate.json5
@@ -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