diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9636dc5a..0b8e0f29 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,7 @@ updates: - dependency-name: "*" update-types: - version-update:semver-major + - version-update:semver-minor - package-ecosystem: maven directory: / schedule: @@ -31,6 +32,17 @@ updates: update-types: - version-update:semver-major - version-update:semver-minor + - package-ecosystem: maven + directory: / + schedule: + interval: daily + target-branch: 3.2.x + ignore: + # only upgrade by minor or patch + - dependency-name: "*" + update-types: + - version-update:semver-major + - version-update:semver-minor - package-ecosystem: npm target-branch: docs-build directory: / @@ -46,3 +58,8 @@ updates: directory: /docs schedule: interval: weekly + - package-ecosystem: npm + target-branch: 3.2.x + directory: /docs + schedule: + interval: weekly