File tree 4 files changed +726
-576
lines changed
4 files changed +726
-576
lines changed Original file line number Diff line number Diff line change 1
- # To get started with Dependabot version updates, you'll need to specify which
2
- # package ecosystems to update and where the package manifests are located.
3
1
# Please see the documentation for all configuration options:
4
- # https://docs.github.com/code-security/dependabot/dependabot-version-updates /configuration-options-for-the-dependabot.yml-file
2
+ # https://docs.github.com/github/administering-a-repository /configuration-options-for-dependency-updates
5
3
6
4
version : 2
7
5
updates :
8
- - package-ecosystem : " npm" # See documentation for possible values
9
- directory : " /" # Location of package manifests
6
+ - package-ecosystem : " npm"
7
+ directory : " /"
10
8
schedule :
11
9
interval : " weekly"
10
+ day : " sunday"
11
+ time : " 06:00"
12
+ timezone : " America/Jamaica"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default defineNuxtConfig({
27
27
"nuxt-module-hotjar" ,
28
28
"@hypernym/nuxt-gsap" ,
29
29
"nuxt-rellax" ,
30
- ".. /modules/translation" ,
30
+ "./modules/translation" ,
31
31
"nuxt-marquee" ,
32
32
"@nuxtjs/seo" ,
33
33
] ,
You can’t perform that action at this time.
0 commit comments