Skip to content

Commit

Permalink
ci(dependabot): fix missing schedule
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Oct 14, 2024
1 parent 30ebf85 commit bc71c5d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin

- package-ecosystem: composer
target-branch: stable29
Expand All @@ -34,6 +39,11 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin

- package-ecosystem: composer
target-branch: stable28
Expand All @@ -45,6 +55,11 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Berlin

# Composer: Tooling
- package-ecosystem: composer
Expand Down

0 comments on commit bc71c5d

Please sign in to comment.