mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Fix dependabot in dev
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -5,7 +5,7 @@ updates:
|
||||
- package-ecosystem: "composer"
|
||||
directory: "/" # Location of package manifests
|
||||
target-branch: develop
|
||||
labels: bug
|
||||
labels: ["bug"]
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
@@ -13,7 +13,7 @@ updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
target-branch: develop
|
||||
labels: bug
|
||||
labels: ["bug"]
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
@@ -21,6 +21,6 @@ updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/frontend"
|
||||
target-branch: develop
|
||||
labels: bug
|
||||
labels: ["bug"]
|
||||
schedule:
|
||||
interval: "daily"
|
Reference in New Issue
Block a user