mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 07:45:22 +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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "composer" # See documentation for possible values
|
- package-ecosystem: "composer"
|
||||||
directory: "/" # Location of package manifests
|
directory: "/"
|
||||||
|
target-branch: "staging"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
- package-ecosystem: "npm" # See documentation for possible values
|
versioning-strategy: lockfile-only
|
||||||
directory: "/" # Location of package manifests
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
target-branch: "staging"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
|
versioning-strategy: lockfile-only
|
||||||
|
|
Loading…
Reference in a new issue