diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..608868b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + commit-message: + # Prefix all commit messages with "chore: " + prefix: 'chore' + open-pull-requests-limit: 10 diff --git a/README.md b/README.md index 8e7e315..6d6b231 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,4 @@ This project is licensed under the [MIT License](https://github.com/andersonjose ## Contributing -Contributions are welcome! If you find a bug, have suggestions for improvement, or want to add new features, please open an issue or create a pull request. \ No newline at end of file +Contributions are welcome! If you find a bug, have suggestions for improvement, or want to add new features, please open an issue or create a pull request.