mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-24 23:35:23 +00:00
Update dependabot config
This commit is contained in:
parent
253d5a9a6b
commit
76961c4119
1 changed files with 10 additions and 6 deletions
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
|
@ -5,11 +5,15 @@
|
|||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "composer" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
- package-ecosystem: "composer"
|
||||
directory: "/"
|
||||
target-branch: "staging"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
interval: "weekly"
|
||||
versioning-strategy: lockfile-only
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
target-branch: "staging"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
versioning-strategy: lockfile-only
|
||||
|
|
Loading…
Reference in a new issue