turn off dumb bot

This commit is contained in:
elijah 2024-05-20 16:40:02 +02:00 committed by GitHub
parent 3d3d491aa5
commit e71dfd013c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,36 +3,6 @@
# Please see the documentation for all configuration options: # Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2 # This shit is fucking annoying turned it off lmao
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "dev"
commit-message:
prefix: "⬆️" # prefix with gitmoji
include: "scope" # list updated dependencies in message
assignees:
- "manuel-rw"
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "dev"
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"