Skip to content

Commit 33b8e1e

Browse files
authored
Merge pull request #509 from Goldziher/master
Add Dependabot
2 parents 9f43b0a + 3bbb7ce commit 33b8e1e

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,15 @@
203203
"contributions": [
204204
"doc"
205205
]
206+
},
207+
{
208+
"login": "Goldziher",
209+
"name": "Na'aman Hirschfeld",
210+
"avatar_url": "https://avatars1.githubusercontent.com/u/30733348?v=4",
211+
"profile": "https://github.com/Goldziher",
212+
"contributions": [
213+
"code"
214+
]
206215
}
207216
],
208217
"commitConvention": "none"

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# config options: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "npm"
6+
directory: "/"
7+
schedule:
8+
interval: "daily"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
188188
<td align="center"><a href="https://keiya01.github.io/portfolio"><img src="https://avatars1.githubusercontent.com/u/34934510?v=4?s=100" width="100px;" alt=""/><br /><sub><b>keiya sasaki</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=keiya01" title="Tests">⚠️</a></td>
189189
<td align="center"><a href="https://huchen.dev/"><img src="https://avatars3.githubusercontent.com/u/2078389?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hu Chen</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=huchenme" title="Code">💻</a> <a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=huchenme" title="Documentation">📖</a> <a href="#example-huchenme" title="Examples">💡</a></td>
190190
<td align="center"><a href="https://github.com/joshuaellis"><img src="https://avatars0.githubusercontent.com/u/37798644?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Josh</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=joshuaellis" title="Documentation">📖</a></td>
191+
<td align="center"><a href="https://github.com/Goldziher"><img src="https://avatars1.githubusercontent.com/u/30733348?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Na'aman Hirschfeld</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=Goldziher" title="Code">💻</a></td>
191192
</tr>
192193
</table>
193194

renovate.json

-3
This file was deleted.

0 commit comments

Comments
 (0)