mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
Update Dependabot to use pnpm
- Remove docker as its not needed now
This commit is contained in:
parent
7ae5406052
commit
10af5a8e9a
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: 'npm'
|
- package-ecosystem: 'pnpm'
|
||||||
directory: '..'
|
directory: '..'
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
@ -26,16 +26,3 @@ updates:
|
|||||||
commit-message:
|
commit-message:
|
||||||
prefix: 'dependa'
|
prefix: 'dependa'
|
||||||
open-pull-requests-limit: 20
|
open-pull-requests-limit: 20
|
||||||
|
|
||||||
- package-ecosystem: 'docker'
|
|
||||||
directory: '/'
|
|
||||||
schedule:
|
|
||||||
interval: 'weekly'
|
|
||||||
time: '04:30'
|
|
||||||
labels:
|
|
||||||
- 'docker'
|
|
||||||
- 'dependencies'
|
|
||||||
- 'dependabot'
|
|
||||||
commit-message:
|
|
||||||
prefix: 'dependa'
|
|
||||||
open-pull-requests-limit: 20
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user