From 26f670fe2ab549c5ddd539703aa00f40b1989771 Mon Sep 17 00:00:00 2001 From: Helios AI Date: Thu, 22 Jan 2026 23:27:56 +0100 Subject: [PATCH 1/2] ci: enable dependabot security updates for LTS branches --- .github/dependabot.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..03b1f326e3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,37 @@ +version: 2 + +updates: + # Go modules (LTS branches) + - package-ecosystem: "gomod" + directory: "/" + target-branch: "release-2.53" + schedule: + interval: "weekly" + security-updates-only: true + open-pull-requests-limit: 2 + + - package-ecosystem: "gomod" + directory: "/" + target-branch: "release-3.5" + schedule: + interval: "weekly" + security-updates-only: true + open-pull-requests-limit: 2 + + # GitHub Actions (LTS branches) + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "release-2.53" + schedule: + interval: "weekly" + security-updates-only: true + open-pull-requests-limit: 1 + + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "release-3.5" + schedule: + interval: "weekly" + security-updates-only: true + open-pull-requests-limit: 1 + From 45b381788bd7666263d87a1a85eece94a7a3e493 Mon Sep 17 00:00:00 2001 From: Helios AI Date: Fri, 23 Jan 2026 00:00:31 +0100 Subject: [PATCH 2/2] ci: enable dependabot security updates for LTS branches --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 03b1f326e3..5085a8de3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,4 +34,3 @@ updates: interval: "weekly" security-updates-only: true open-pull-requests-limit: 1 -