Skip to content

Commit

Permalink
chore(branchoff): Run dependabot on stable30
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 14, 2024
1 parent ea2fabb commit b793df9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ updates:
- dependency-name: "symfony/translation"
versions: [ "6.x" ]

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

- package-ecosystem: composer
directory: "/"
target-branch: stable29
Expand Down

0 comments on commit b793df9

Please sign in to comment.