Skip to content

Commit 5a6c412

Browse files
committed
ci(dependabot): enabled management of dependency updates
1 parent b17acb6 commit 5a6c412

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

.dependabot/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 1
2+
update_configs:
3+
- package_manager: "javascript"
4+
directory: "/"
5+
update_schedule: "live"
6+
automerged_updates:
7+
- match:
8+
dependency_type: "development"
9+
update_type: "all"
10+
- match:
11+
dependency_type: "production"
12+
update_type: "all"
13+
commit_message:
14+
prefix: "fix"
15+
prefix_development: "chore"
16+
include_scope: true

README.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@
33
[Shareable config](https://eslint.org/docs/developer-guide/shareable-configs#shareable-configs)
44
for [ESLint](https://eslint.org) for [React](https://reactjs.org) components
55

6-
<!-- status badges -->
6+
<!--status-badges start -->
7+
78
[![Build Status][ci-badge]][ci-link]
89

10+
<!--status-badges end -->
11+
912
## Usage
1013

11-
<!-- consumer badges -->
14+
<!--consumer-badges start -->
15+
1216
[![npm][npm-badge]][npm-link]
1317
[![MIT license][license-badge]][license-link]
1418

19+
<!--consumer-badges end -->
20+
1521
### Installation
1622

1723
```sh
@@ -20,12 +26,16 @@ $ npm install @dsmjs/eslint-config-react --save-dev
2026

2127
## Contributing
2228

23-
<!-- contribution badges -->
29+
<!--contribution-badges start -->
30+
2431
[![Conventional Commits][commit-convention-badge]][commit-convention-link]
2532
[![Commitizen friendly][commitizen-badge]][commitizen-link]
2633
[![semantic-release][semantic-release-badge]][semantic-release-link]
2734
[![PRs Welcome][PRs-badge]][PRs-link]
2835
[![Greenkeeper badge](https://badges.greenkeeper.io/dsmjs/eslint-config-react.svg)](https://greenkeeper.io/)
36+
[![Dependabot][dependabot-badge]][dependabot-link]
37+
38+
<!--contribution-badges end -->
2939

3040
### Dependencies
3141

@@ -41,16 +51,33 @@ $ npm test
4151
```
4252

4353
[npm-link]: https://www.npmjs.com/package/@dsmjs/eslint-config-react
54+
4455
[npm-badge]: https://img.shields.io/npm/v/@dsmjs/eslint-config-react.svg
56+
4557
[license-link]: LICENSE
58+
4659
[license-badge]: https://img.shields.io/github/license/dsmjs/eslint-config-react.svg
60+
4761
[ci-link]: https://travis-ci.com/dsmjs/eslint-config-react
62+
4863
[ci-badge]: https://img.shields.io/travis/com/dsmjs/eslint-config-react/master.svg
64+
4965
[commit-convention-link]: https://conventionalcommits.org
66+
5067
[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
68+
5169
[commitizen-link]: http://commitizen.github.io/cz-cli/
70+
5271
[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
72+
5373
[semantic-release-link]: https://github.com/semantic-release/semantic-release
74+
5475
[semantic-release-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
76+
5577
[PRs-link]: http://makeapullrequest.com
78+
5679
[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
80+
81+
[dependabot-link]: https://dependabot.com/
82+
83+
[dependabot-badge]: https://badgen.net/dependabot/dsmjs/eslint-config-react/?icon=dependabot

0 commit comments

Comments
 (0)