Skip to content

Commit

Permalink
ci: Reduce dependabot config
Browse files Browse the repository at this point in the history
- Security updates will be done manually
- Other patch updates are only done on demand

Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 25, 2024
1 parent a59914a commit 725da0b
Showing 1 changed file with 11 additions and 49 deletions.
60 changes: 11 additions & 49 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: "ci"
include: "scope"
schedule:
interval: "monthly"

Expand All @@ -12,25 +15,13 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
commit-message:
prefix: "build"
include: "scope"
versioning-strategy: "increase"
labels:
- "dependencies"
- "main"
ignore:
- dependency-name: "symfony/console"
versions: [ "6.x" ]
- dependency-name: "symfony/event-dispatcher"
versions: [ "6.x" ]
- dependency-name: "symfony/http-foundation"
versions: [ "6.x" ]
- dependency-name: "symfony/mailer"
versions: [ "6.x" ]
- dependency-name: "symfony/process"
versions: [ "6.x" ]
- dependency-name: "symfony/routing"
versions: [ "6.x" ]
- dependency-name: "symfony/translation"
versions: [ "6.x" ]

- package-ecosystem: composer
directory: "/"
Expand All @@ -40,42 +31,13 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
commit-message:
prefix: "build"
include: "scope"
versioning-strategy: "increase"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
labels:
- "dependencies"
- "stable30"

- package-ecosystem: composer
directory: "/"
target-branch: stable29
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"
- "stable29"

- package-ecosystem: composer
directory: "/"
target-branch: stable28
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"
- "stable28"

0 comments on commit 725da0b

Please sign in to comment.