Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,13 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
# GitHub Actions used across the workflow files
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: build
include: scope
cooldown:
default-days: 7
groups:
github-actions:
patterns:
- "*"
# GitHub Actions in .github/workflows/ are intentionally NOT managed by
# Dependabot. Those workflow files are installed and updated from their
# upstream templates by ncmake (`make workflows-update`), which follows
# nextcloud/.github + ncmake. A `github-actions` ecosystem here would fight
# that: it edits the same files, so ncmake flags every managed workflow as
# locally modified and then stops updating them. Do NOT re-add it.
# See ncmake's doc/WORKFLOWS.md.

# PHP: the bamarni vendor-bin dev tools
- package-ecosystem: composer
Expand Down
Loading