mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Group dependabots
This commit is contained in:
parent
4329da919e
commit
f5d94452ad
1 changed files with 10 additions and 0 deletions
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
|
|
@ -8,6 +8,11 @@ updates:
|
||||||
open-pull-requests-limit: 30
|
open-pull-requests-limit: 30
|
||||||
target-branch: canary
|
target-branch: canary
|
||||||
versioning-strategy: increase
|
versioning-strategy: increase
|
||||||
|
groups:
|
||||||
|
minorAndPatch:
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: "/app"
|
directory: "/app"
|
||||||
schedule:
|
schedule:
|
||||||
|
|
@ -16,6 +21,11 @@ updates:
|
||||||
open-pull-requests-limit: 30
|
open-pull-requests-limit: 30
|
||||||
target-branch: canary
|
target-branch: canary
|
||||||
versioning-strategy: increase
|
versioning-strategy: increase
|
||||||
|
groups:
|
||||||
|
minorAndPatch:
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue