From 4f5d1abdff210986d2b629f9279edc884fd3196e Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Tue, 25 Nov 2025 10:04:26 +0100 Subject: [PATCH 1/4] chore: add dependabot configuration for pip updates in rag-backend --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..dd775464 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/services/rag-backend" + schedule: + interval: "weekly" + versioning-strategy: increase # or increase-if-necessary From 804b36ab576f2a7a5865654305ba14885992df16 Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Tue, 25 Nov 2025 10:09:25 +0100 Subject: [PATCH 2/4] chore: update dependabot configuration for daily pip updates and adjust directory path --- .github/dependabot.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd775464..5794b02b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,9 @@ version: 2 updates: - package-ecosystem: "pip" - directory: "/services/rag-backend" + directory: "/" + versioning-strategy: increase-if-necessary schedule: - interval: "weekly" - versioning-strategy: increase # or increase-if-necessary + interval: "daily" + open-pull-requests-limit: 10 + From f9375209e165e4143714c4d7561e61faf4c8644c Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Tue, 25 Nov 2025 10:09:45 +0100 Subject: [PATCH 3/4] chore: reduce open-pull-requests-limit to 5 in dependabot configuration --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5794b02b..877a7a05 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,5 @@ updates: versioning-strategy: increase-if-necessary schedule: interval: "daily" - open-pull-requests-limit: 10 + open-pull-requests-limit: 5 From 2466a5419ceb627da7076e05779aedf544e3fd58 Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Tue, 25 Nov 2025 10:09:57 +0100 Subject: [PATCH 4/4] chore: increase open-pull-requests-limit to 20 in dependabot configuration --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 877a7a05..6280fdd6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,5 @@ updates: versioning-strategy: increase-if-necessary schedule: interval: "daily" - open-pull-requests-limit: 5 + open-pull-requests-limit: 20