From e648e411bcc5eb7be14d642d781419fc05c77b60 Mon Sep 17 00:00:00 2001 From: Quentin Deroubaix <139884126+quentinderoubaix@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:58:52 +0100 Subject: [PATCH] fix: renovate config (#990) --- .github/workflows/renovate.yml | 2 +- renovate.json => agnos-renovate.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename renovate.json => agnos-renovate.json (93%) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 595c5af1f2..f8ce75995f 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -12,5 +12,5 @@ jobs: - uses: actions/checkout@v4 - uses: renovatebot/github-action@v40.3.4 with: - configurationFile: renovate.json + configurationFile: agnos-renovate.json token: ${{ secrets.GITHUB_TOKEN }} diff --git a/renovate.json b/agnos-renovate.json similarity index 93% rename from renovate.json rename to agnos-renovate.json index d3a5eccdd5..9c038138c1 100644 --- a/renovate.json +++ b/agnos-renovate.json @@ -1,5 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "repositories": ["AmadeusITGroup/AgnosUI"], + "platform": "github", "extends": ["config:recommended", ":dependencyDashboard", "group:allNonMajor"], "ignorePresets": [":prHourlyLimit2", ":prConcurrentLimit10"], "schedule": ["every weekend"],