Skip to content

Commit

Permalink
Move to Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn authored Aug 9, 2021
1 parent 51b629c commit 0f6a998
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
# github actions
- package-ecosystem: "github-actions"
# checks workflow files in /.github/workflows
directory: "/"
schedule:
interval: "daily"

# Go
- package-ecosystem: "gomod"
# checks /go.mod
directory: "/"
schedule:
interval: "daily"

# Docker
- package-ecosystem: "docker"
# checks /Dockerfile
directory: "/"
schedule:
interval: "daily"

# Python (PRs disabled)
- package-ecosystem: "pip"
# checks /docs/requirements.txt
directory: "/docs"
schedule:
interval: "weekly"
# Allow up to 0 open pull requests for pip dependencies
open-pull-requests-limit: 0

0 comments on commit 0f6a998

Please sign in to comment.