From dfb6717e58b74e0736d903239922abf920b4d75d Mon Sep 17 00:00:00 2001 From: Patrik Korytar Date: Thu, 17 Sep 2026 16:08:46 +0200 Subject: [PATCH] Add dependabot updates for 1.x branch --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79e7d6e..b6ff839 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,3 +30,22 @@ updates: # a compromised new version cooldown: default-days: 7 + # Same updates, for 1.x + - package-ecosystem: "maven" + directory: "/" + target-branch: "1.x" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + exclude: + - "org.jboss.da:*" + - "org.jboss.pnc*:*" + - "org.commonjava*:*" + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "1.x" + schedule: + interval: "weekly" + cooldown: + default-days: 7