parent
148628fd70
commit
4d9e376d93
1 changed files with 4 additions and 4 deletions
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue