Skip to content

Commit

Permalink
update/ci/auto approve dependabot (#7)
Browse files Browse the repository at this point in the history
* ci(github actions): add flow to auto-approve Dependabot PRs
* build(go modules): update Go version
  • Loading branch information
jlucktay committed Nov 13, 2020
1 parent 617a68a commit a761861
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/auto-approve-dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Auto approve Dependabot

on: pull_request

jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- name: Auto Approve Dependabot
uses: cognitedata/auto-approve-dependabot-action@v2.0.0
if: github.actor == 'dependabot[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.jlucktay.dev/goppuku

go 1.14
go 1.15

require (
cloud.google.com/go v0.72.0
Expand Down

0 comments on commit a761861

Please sign in to comment.