Skip to content

Commit

Permalink
Configure Dependabot for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Aug 26, 2021
1 parent 80f3ee0 commit 16266ad
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .dependabot/config.yml

This file was deleted.

30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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 Go
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for build tools
- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "daily"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for Dockerfile
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 16266ad

Please sign in to comment.