diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 47b90a51532..7fff5b12492 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -126,3 +126,59 @@ updates: versions: [ "[6.0,)" ] - dependency-name: "org.junit.jupiter:*" versions: [ "[6.0,)" ] + - package-ecosystem: "npm" + directory: "/selenium" + schedule: + interval: "daily" + target-branch: "main" + cooldown: + semver-minor-days: 3 + semver-major-days: 3 + groups: + minor-patch-updates: + applies-to: version-updates + update-types: + - "minor" + - "patch" + - package-ecosystem: "npm" + directory: "/selenium" + schedule: + interval: "daily" + target-branch: "v4.2.x" + cooldown: + semver-minor-days: 3 + semver-major-days: 3 + groups: + minor-patch-updates: + applies-to: version-updates + update-types: + - "minor" + - "patch" + - package-ecosystem: "npm" + directory: "/selenium" + schedule: + interval: "daily" + target-branch: "v4.1.x" + cooldown: + semver-minor-days: 3 + semver-major-days: 3 + groups: + minor-patch-updates: + applies-to: version-updates + update-types: + - "minor" + - "patch" + - package-ecosystem: "npm" + directory: "/selenium" + schedule: + interval: "daily" + target-branch: "v4.0.x" + cooldown: + semver-minor-days: 3 + semver-major-days: 3 + groups: + minor-patch-updates: + applies-to: version-updates + update-types: + - "minor" + - "patch"