Skip to content

Commit

Permalink
Switch to Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 10, 2020
1 parent d3f8170 commit 90bd5d9
Show file tree
Hide file tree
Showing 6 changed files with 3,778 additions and 666 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Contributions to this project are [released](https://help.github.com/articles/gi
## Submitting a pull request

1. [Fork](https://github.com/crazy-max/ghaction-github-labeler/fork) and clone the repository
2. Configure and install the dependencies: `npm install`
2. Configure and install the dependencies: `yarn install`
4. Create a new branch: `git checkout -b my-branch-name`
5. Make your change
6. Run pre-checkin: `npm run pre-checkin`
6. Run pre-checkin: `yarn run pre-checkin`
7. Push to your fork and [submit a pull request](https://github.com/crazy-max/ghaction-github-labeler/compare)
8. Pat your self on the back and wait for your pull request to be reviewed and merged.

Expand Down
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
time: "08:00"
time: "06:00"
timezone: "Europe/Paris"
labels:
- ":game_die: dependencies"
Expand All @@ -15,6 +15,8 @@ updates:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
allow:
- dependency-type: "production"
labels:
- ":game_die: dependencies"
- ":robot: bot"
Loading

0 comments on commit 90bd5d9

Please sign in to comment.