mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-13 04:01:14 +00:00
🔧 Receive github action updates
This commit is contained in:
parent
bbf566e63c
commit
f9e56fc102
1 changed files with 12 additions and 22 deletions
34
.github/dependabot.yml
vendored
34
.github/dependabot.yml
vendored
|
|
@ -1,24 +1,14 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "20:00"
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
- dependency-name: "@types/node"
|
||||
versions:
|
||||
- 14.14.27
|
||||
- 15.0.0
|
||||
- dependency-name: eslint
|
||||
versions:
|
||||
- 7.22.0
|
||||
- 7.24.0
|
||||
- dependency-name: "@vercel/ncc"
|
||||
versions:
|
||||
- 0.28.1
|
||||
- 0.28.2
|
||||
- dependency-name: eslint-plugin-jest
|
||||
versions:
|
||||
- 24.3.1
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "05:00"
|
||||
timezone: "Asia/Tokyo"
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "20:00"
|
||||
open-pull-requests-limit: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue