chore(GHActions): replace with dependabot (#1348)

* chore(GHActions): replace with dependabot

* chore(GHActions): remove tidy.yml due to deprecation
This commit is contained in:
MaineK00n
2021-12-26 07:48:11 +09:00
committed by GitHub
parent 7aa296bb57
commit 24005ae7ae
2 changed files with 12 additions and 22 deletions

View File

@@ -1,22 +0,0 @@
name: go-mod-tidy-pr
on:
schedule:
- cron: "0 0 * * 1" # Weekly build
jobs:
go-mod-tidy-pr:
name: go-mod-tidy-pr
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run go-mod-tidy-pr
uses: sue445/go-mod-tidy-pr@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
git_user_name: kotakanbe
git_user_email: kotakanbe@gmail.com
go_version: 1.16.x