1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-07-27 07:28:48 +02:00
Nextcloud-News/.github/dependabot.yml
Benjamin Brahmer 8cf7e072a4 adjust dependabot config
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-06-15 15:47:56 +02:00

36 lines
987 B
YAML

# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/js"
schedule:
interval: "daily"
labels:
- "dependencies"
- "Skip-Changelog"
versioning-strategy: increase
# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "Skip-Changelog"
versioning-strategy: increase
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "Skip-Changelog"