Skip to content

Commit

Permalink
chore: enable dependabot for stable27
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Jul 10, 2023
1 parent ee59165 commit 2cb4b5e
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,30 @@ updates:
- "dependencies"
- "main"

- package-ecosystem: composer
directory: "/"
target-branch: stable27
schedule:
interval: weekly
day: saturday
time: "03:10"
timezone: Europe/Paris
open-pull-requests-limit: 10
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
labels:
- "dependencies"
- "stable27"


- package-ecosystem: composer
directory: "/"
target-branch: stable26
schedule:
interval: weekly
day: saturday
time: "03:00"
time: "03:20"
timezone: Europe/Paris
open-pull-requests-limit: 10
ignore:
Expand All @@ -51,7 +68,7 @@ updates:
schedule:
interval: weekly
day: saturday
time: "03:00"
time: "03:30"
timezone: Europe/Paris
open-pull-requests-limit: 10
ignore:
Expand All @@ -67,7 +84,7 @@ updates:
schedule:
interval: weekly
day: saturday
time: "03:00"
time: "03:40"
timezone: Europe/Paris
open-pull-requests-limit: 10
ignore:
Expand Down

0 comments on commit 2cb4b5e

Please sign in to comment.