mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-22 04:53:17 +00:00
Merge pull request #3880 from pixelfed/staging
Update dependabot config
This commit is contained in:
commit
d31fc95fdc
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