Upgrade to GitHub-native Dependabot
This commit is contained in:
parent
3bdacc82e6
commit
d9ca754951
17
.github/dependabot.yml
vendored
Normal file
17
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: monthly
|
||||||
|
time: "20:00"
|
||||||
|
timezone: Asia/Tokyo
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
ignore:
|
||||||
|
- dependency-name: textlint
|
||||||
|
versions:
|
||||||
|
- 11.7.7
|
||||||
|
- 11.8.1
|
||||||
|
- dependency-name: textlint-rule-no-dropping-the-ra
|
||||||
|
versions:
|
||||||
|
- 2.0.0
|
Loading…
x
Reference in New Issue
Block a user