mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 04:19:12 +00:00
Add dependabot
This commit is contained in:
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"
|
||||||
Reference in New Issue
Block a user