mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 00:27:32 +08:00
DEV: Enable dependabot for frontend deps (#18138)
This commit is contained in:
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -40,3 +40,11 @@ updates:
|
|||||||
versions:
|
versions:
|
||||||
- "> 1.2.0"
|
- "> 1.2.0"
|
||||||
- "< 2"
|
- "< 2"
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/app/assets/javascripts/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
time: "08:00"
|
||||||
|
timezone: Australia/Sydney
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
versioning-strategy: increase
|
||||||
|
Reference in New Issue
Block a user