Skip to content

Commit

Permalink
Merge pull request #2050 from kannon92/dependabot
Browse files Browse the repository at this point in the history
🌱 Add Dependabot for dependency management
  • Loading branch information
k8s-ci-robot committed Nov 23, 2022
2 parents accd262 + 4889c14 commit e7b2d45
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,27 @@
# 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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: ":seedling:"
labels:
- "ok-to-test"

# Maintain dependencies for go
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
labels:
- "ok-to-test"

0 comments on commit e7b2d45

Please sign in to comment.