From 021445d12352d9c23c967e359caaff349c718909 Mon Sep 17 00:00:00 2001 From: Madison Grubb Date: Wed, 4 Mar 2026 11:22:33 -0500 Subject: [PATCH] move renovate down a dir --- .gitea/workflows/renovate.yml | 2 +- renovate.json => config/renovate.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename renovate.json => config/renovate.json (100%) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 210a982..8c6d693 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -17,7 +17,7 @@ jobs: uses: renovatebot/github-action@v46.1.3 with: mount-docker-socket: 'true' - configurationFile: renovate.json + configurationFile: config/renovate.json env: LOG_LEVEL: debug RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} diff --git a/renovate.json b/config/renovate.json similarity index 100% rename from renovate.json rename to config/renovate.json