mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
ci: Add dependabot for actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c4e486b0eb
commit
51ab07edf5
1 changed files with 14 additions and 0 deletions
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
|
|
@ -81,6 +81,20 @@ updates:
|
|||
time: "03:00"
|
||||
timezone: Europe/Berlin
|
||||
|
||||
# GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directories:
|
||||
- ".github/workflows"
|
||||
commit-message:
|
||||
prefix: "ci"
|
||||
include: "scope"
|
||||
versioning-strategy: "increase"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Berlin
|
||||
|
||||
# NPM: Code-Dependencies
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue