diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e574638e..d441f1c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: 'npm' # See documentation for possible values + directory: '/' # Location of package manifests schedule: - interval: "weekly" + interval: 'weekly' diff --git a/components/analytics.js b/components/analytics.js index aa5a7b34..e5f61d01 100644 --- a/components/analytics.js +++ b/components/analytics.js @@ -1,9 +1,9 @@ import Script from 'next/script' const Analytics = () => ( -