From e690cdf41519eecbf3d7be9868b0ba4f51c1d150 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Fri, 12 Dec 2025 17:11:24 +0530 Subject: [PATCH] Add crow ci wf --- .crow/renovate.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .crow/renovate.yml diff --git a/.crow/renovate.yml b/.crow/renovate.yml new file mode 100644 index 0000000..12c127a --- /dev/null +++ b/.crow/renovate.yml @@ -0,0 +1,15 @@ +when: + event: + - cron + - manual + +steps: + renovate: + image: renovate/renovate + pull: true + commands: + - renovate + environment: + RENOVATE_CONFIG_FILE: config.js + RENOVATE_TOKEN: + from_secret: RENOVATE_TOKEN