diff --git a/.crow/dryRun.yml b/.crow/dryRun.yml new file mode 100644 index 0000000..1ea0d26 --- /dev/null +++ b/.crow/dryRun.yml @@ -0,0 +1,16 @@ +when: + event: + - push + +steps: + renovateDryRun: + image: renovate/renovate + pull: true + commands: + - renovate + environment: + RENOVATE_CONFIG_FILE: config.js + RENOVATE_DRY_RUN: full + LOG_LEVEL: debug + RENOVATE_TOKEN: + from_secret: RENOVATE_TOKEN diff --git a/.crow/renovate.yml b/.crow/renovate.yml index 21f419a..ae2163e 100644 --- a/.crow/renovate.yml +++ b/.crow/renovate.yml @@ -1,6 +1,5 @@ when: event: - - push - cron - manual @@ -12,5 +11,6 @@ steps: - renovate environment: RENOVATE_CONFIG_FILE: config.js + LOG_LEVEL: debug RENOVATE_TOKEN: from_secret: RENOVATE_TOKEN