mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-17 05:28:28 +00:00
Upgrade to GitHub-native Dependabot (#292)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
f21e1ea8df
commit
0d4149506f
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