diff options
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f9bcfafa675..ab768a00462 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -62,7 +62,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable22 + target-branch: stable23 labels: - "3. to review" - "feature: dependencies" @@ -80,7 +80,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable23 + target-branch: stable24 labels: - "3. to review" - "feature: dependencies" @@ -89,7 +89,7 @@ updates: ignore: # ignore all GitHub linguist patch updates - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"] + update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] - package-ecosystem: npm directory: "/" @@ -98,7 +98,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable24 + target-branch: stable25 labels: - "3. to review" - "feature: dependencies" @@ -107,7 +107,7 @@ updates: ignore: # ignore all GitHub linguist patch updates - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"] + update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] # Testing StableXX composer - package-ecosystem: composer @@ -117,7 +117,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable22 + target-branch: stable23 labels: - "3. to review" - "feature: dependencies" @@ -135,7 +135,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable23 + target-branch: stable24 labels: - "3. to review" - "feature: dependencies" @@ -144,7 +144,7 @@ updates: ignore: # ignore all GitHub linguist patch updates - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"] + update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] - package-ecosystem: composer directory: "/build/integration" @@ -153,7 +153,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable24 + target-branch: stable25 labels: - "3. to review" - "feature: dependencies" @@ -162,4 +162,4 @@ updates: ignore: # ignore all GitHub linguist patch updates - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"] + update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"] |