From c4a4ee5c63f8461c33e325995eb202d9d9816f37 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 19 Sep 2023 14:22:20 +0200 Subject: [PATCH] Updated dependabot --- .github/dependabot.yml | 49 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 203f3c889b..b1a1198dbc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,49 @@ version: 2 updates: -- package-ecosystem: "github-actions" - directory: "/" - schedule: + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "3.1.x" # oldest OSS supported branch + schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "4.0.x" # oldest OSS supported branch + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "main" + schedule: + interval: "weekly" + - package-ecosystem: maven + directory: / + schedule: + interval: daily + target-branch: 3.1.x + ignore: + # only upgrade patch versions for maintenance branch + - dependency-name: "*" + update-types: + - version-update:semver-major + - version-update:semver-minor + - package-ecosystem: maven + directory: / + schedule: + interval: daily + target-branch: 4.0.x + ignore: + # only upgrade patch versions for maintenance branch + - dependency-name: "*" + update-types: + - version-update:semver-major + - version-update:semver-minor + - package-ecosystem: maven + directory: / + schedule: + interval: daily + target-branch: main + ignore: + # only upgrade by minor or patch + - dependency-name: "*" + update-types: + - version-update:semver-minor