diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e574638..fe250eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" diff --git a/.gitignore b/.gitignore index b51325d..c29d5dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /node_modules/ /build/ +# JetBrains IDEs /.idea/ \ No newline at end of file