mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-20 06:54:39 +00:00
Upgrade to GitHub-native Dependabot
This commit is contained in:
parent
3f1bb6b131
commit
282583e8c2
1 changed files with 24 additions and 0 deletions
24
.github/dependabot.yml
vendored
Normal file
24
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
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
|
||||||
Loading…
Reference in a new issue