Compare commits

...

4 Commits

Author SHA1 Message Date
Sambo Chea e65c30ee20
Updated drone ci
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-24 17:26:39 +07:00
Sambo Chea a6c295cdfc
Merge branch 'main' of https://github.com/CUBETIQ/prisma-starter into main 2021-09-24 17:26:34 +07:00
Sambo Chea 70f9e968d4
Update dependabot.yml 2021-09-24 17:13:12 +07:00
Sambo Chea 5a7843f114
Create dependabot.yml 2021-09-24 17:11:54 +07:00
2 changed files with 12 additions and 1 deletions

View File

@ -4,7 +4,7 @@ name: ci
steps:
- name: test
image: node
image: d.ctdn.net/node
commands:
- yarn
- yarn migrate

11
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"