diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..a6cfc64 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,4 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' diff --git a/.gitignore b/.gitignore index 9b64a04..6b72289 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ /dist # misc +/.idea yarn-error.log