Skip to content

Commit fde9ea2

Browse files
committed
chore: bump deps
1 parent eff4512 commit fde9ea2

File tree

4 files changed

+726
-576
lines changed

4 files changed

+726
-576
lines changed

.github/dependabot.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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.
31
# 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
53

64
version: 2
75
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
6+
- package-ecosystem: "npm"
7+
directory: "/"
108
schedule:
119
interval: "weekly"
10+
day: "sunday"
11+
time: "06:00"
12+
timezone: "America/Jamaica"

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineNuxtConfig({
2727
"nuxt-module-hotjar",
2828
"@hypernym/nuxt-gsap",
2929
"nuxt-rellax",
30-
"../modules/translation",
30+
"./modules/translation",
3131
"nuxt-marquee",
3232
"@nuxtjs/seo",
3333
],

0 commit comments

Comments
 (0)