2023-01-09 22:23:16 +01:00
|
|
|
# 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/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: "npm" # See documentation for possible values
|
|
|
|
directory: "/" # Location of package manifests
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2023-01-14 21:42:18 +01:00
|
|
|
target-branch: "dev"
|
2023-01-16 22:43:54 +01:00
|
|
|
commit-message:
|
|
|
|
prefix: "⬆️" # prefix with gitmoji
|
|
|
|
include: "scope" # list updated dependencies in message
|
|
|
|
assignees:
|
|
|
|
- "manuel-rw"
|
2023-01-09 22:23:16 +01:00
|
|
|
- package-ecosystem: "docker" # See documentation for possible values
|
|
|
|
directory: "/" # Location of package manifests
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2023-01-14 21:42:18 +01:00
|
|
|
target-branch: "dev"
|
2023-01-16 22:43:54 +01:00
|
|
|
commit-message:
|
|
|
|
prefix: "🚀" # prefix with gitmoji
|
|
|
|
include: "scope" # list updated dependencies in message
|
|
|
|
assignees:
|
|
|
|
- "manuel-rw"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: /.github
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
target-branch: "dev"
|
|
|
|
commit-message:
|
|
|
|
prefix: "👷" # prefix with gitmoji
|
|
|
|
include: "scope" # list updated dependencies in message
|
|
|
|
assignees:
|
|
|
|
- "manuel-rw"
|
|
|
|
|