diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b829a0c..3e82a383 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,17 +2,12 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: "3.1.x" # oldest OSS supported branch + target-branch: "4.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: "4.1.x" + target-branch: "4.2.x" schedule: interval: "weekly" - package-ecosystem: "github-actions" @@ -20,28 +15,6 @@ updates: 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: @@ -53,6 +26,17 @@ updates: update-types: - version-update:semver-major - version-update:semver-minor + - package-ecosystem: maven + directory: / + schedule: + interval: daily + target-branch: 4.2.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: @@ -78,3 +62,8 @@ updates: directory: /docs schedule: interval: weekly + - package-ecosystem: npm + target-branch: 4.2.x + directory: /docs + schedule: + interval: weekly