Merge pull request #27 from JTanghe/add-dependabot

chore: add Dependabot
This commit is contained in:
Paul Andrieux 2026-02-10 10:40:52 +01:00 committed by GitHub
commit f3533c4b36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

36
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,36 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "composer" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
commit-message:
prefix: "chore" # Prefix for commit messages
open-pull-requests-limit: 10
groups:
symfony:
patterns:
- "symfony/*"
- package-ecosystem: "npm"
directory: "/"
commit-message:
prefix: "chore" # Prefix for commit messages
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: "chore"
schedule:
interval: "weekly"
open-pull-requests-limit: 5