From fbf8f6019ffe289b2fc1cb462219495436139ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 23:29:38 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/setup-node from v1 to v2.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...e434342e4e324065b1b19b24586c710a1a68d2d7) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b5194a6..d31b4119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2.0.0 with: node-version: ${{ matrix.node-version }} From a13690ee2ac0007fb95009e8ba40efdbb7f40024 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 8 Jun 2020 16:31:27 -0700 Subject: [PATCH 2/2] chore: attaching my name to workflow dep updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a10a6bb..1528474c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: monthly + reviewers: + - erunion + labels: + - dependencies commit-message: prefix: chore(deps) prefix-development: chore(deps-dev)