Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Dependabot for go #104

Merged
merged 1 commit into from Feb 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 10 additions & 5 deletions .github/dependabot.yml
@@ -1,8 +1,3 @@
# 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:
# Maintain dependencies for GitHub Actions
Expand All @@ -11,3 +6,13 @@ updates:
open-pull-requests-limit: 20
schedule:
interval: "weekly"
commit-message:
prefix: ":seedling:"
# Maintain dependencies for go
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 20
schedule:
interval: "daily"
commit-message:
prefix: ":seedling:"