Skip to content

Commit

Permalink
Use dependabot for stable3
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
  • Loading branch information
Chartman123 committed Dec 4, 2023
1 parent 0283add commit d3a1bb5
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,56 @@ updates:
labels:
- 3. to review
- dependencies

# Update stable3 until NC27 is out of support
- package-ecosystem: composer
target-branch: "stable3"
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies

- package-ecosystem: composer
target-branch: "stable3"
directory: "/vendor-bin/cs-fixer/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies

- package-ecosystem: npm
target-branch: "stable3"
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies

- package-ecosystem: github-actions
target-branch: "stable3"
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies

0 comments on commit d3a1bb5

Please sign in to comment.