You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,15 @@ We use [Jest](https://jestjs.io/) for running our tests. The test suite can be r
143
143
144
144
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`.
145
145
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.
0 commit comments