mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-13 12:11: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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: "daily"
|
||||||
time: "20:00"
|
time: "05:00"
|
||||||
open-pull-requests-limit: 10
|
timezone: "Asia/Tokyo"
|
||||||
ignore:
|
- package-ecosystem: npm
|
||||||
- dependency-name: "@types/node"
|
directory: "/"
|
||||||
versions:
|
schedule:
|
||||||
- 14.14.27
|
interval: daily
|
||||||
- 15.0.0
|
time: "20:00"
|
||||||
- dependency-name: eslint
|
open-pull-requests-limit: 10
|
||||||
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue