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