mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 14:52:52 +01:00
committed by
GitHub
parent
148628fd70
commit
4d9e376d93
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "pnpm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
@@ -9,12 +9,12 @@ updates:
|
|||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
update-types:
|
update-types:
|
||||||
- "version-update:semver-patch"
|
- "patch"
|
||||||
minor-updates:
|
minor-updates:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
update-types:
|
update-types:
|
||||||
- "version-update:semver-minor"
|
- "minor"
|
||||||
pull-request-branch-name:
|
pull-request-branch-name:
|
||||||
separator: "-"
|
separator: "-"
|
||||||
ignore:
|
ignore:
|
||||||
|
|||||||
Reference in New Issue
Block a user