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

12
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "master"