Skip to content

Commit 7b01910

Browse files
committed
docs: add note on dependabot
1 parent 5916cc7 commit 7b01910

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,15 @@ We use [Jest](https://jestjs.io/) for running our tests. The test suite can be r
143143

144144
We use [ESLint](https://eslint.org/) for making sure that our code remains pretty and consistent throughout the project. If your editor doesn't automatically pick up our config you can lint the code using `npm run lint`.
145145

146+
## A note on Dependabot
147+
148+
[Dependabot Auto
149+
Merge](https://github.com/marketplace/actions/dependabot-auto-merge) is
150+
installed in this repository to automatically merge dependabot PRs for minor
151+
version updates. Only PRs that pass the tests get merged. No new releases will
152+
be created for dependency updates as there are no production dependencies and a
153+
release would therefore be completely unnecessary.
154+
146155
## Additional information
147156

148157
Malcolm Nihlén - [email protected]

0 commit comments

Comments
 (0)