mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add dependabot
This commit is contained in:
parent
e54c08e2d3
commit
fafb7f5e49
26
.github/dependabot.yml
vendored
Normal file
26
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
|
||||||
|
# composer updates
|
||||||
|
- package-ecosystem: "composer"
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
target-branch: develop
|
||||||
|
labels: bug
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
|
||||||
|
# yarn / JS updates
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
target-branch: develop
|
||||||
|
labels: bug
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
|
||||||
|
# yarn / JS updates for new frontend
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/frontend"
|
||||||
|
target-branch: develop
|
||||||
|
labels: bug
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
Loading…
Reference in New Issue
Block a user