Update Dependabot config file (#249)
* Update Dependabot config file * run prettier Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Karol Wypchlo <kwypchlo@gmail.com>
This commit is contained in:
parent
662618eba7
commit
321eaf9628
|
@ -1,8 +0,0 @@
|
||||||
# https://dependabot.com/docs/config-file
|
|
||||||
version: 1
|
|
||||||
update_configs:
|
|
||||||
- package_manager: "javascript"
|
|
||||||
directory: "/"
|
|
||||||
update_schedule: "weekly"
|
|
||||||
default_assignees:
|
|
||||||
- "kwypchlo"
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
time: "10:00"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
assignees:
|
||||||
|
- kwypchlo
|
|
@ -1,4 +1,5 @@
|
||||||
.cache
|
/.cache
|
||||||
package.json
|
/package.json
|
||||||
package-lock.json
|
/package-lock.json
|
||||||
public
|
/public
|
||||||
|
/docker/data
|
Reference in New Issue