Skip to content

Commit

Permalink
dev: use dependabot instead of renovate
Browse files Browse the repository at this point in the history
Renovate lacks of commits diff: it's difficult
to ensure that update is safe.
  • Loading branch information
jirfag committed May 17, 2020
1 parent d01488e commit 530b809
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .dependabot/config.yml
@@ -0,0 +1,10 @@
version: 1
update_configs:
- package_manager: "go:modules"
directory: "/"
update_schedule: "weekly"
default_labels:
- "dependency"
ignored_updates:
- match: # ignore forked linters because of their versioning issues. TODO: fix it.
dependency_name: "github.com/golangci/*"
4 changes: 0 additions & 4 deletions .github/renovate.json

This file was deleted.

0 comments on commit 530b809

Please sign in to comment.