Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
ci: update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed May 31, 2022
1 parent 9e918bc commit 52ab21e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# 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"
directory: "/"
labels:
- "go"
- "dependencies"
schedule:
interval: "monthly"
interval: "weekly"
target-branch: master

0 comments on commit 52ab21e

Please sign in to comment.