Skip to content

Commit

Permalink
refactor: switch from renovate to dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Dec 2, 2022
1 parent af71f76 commit 6b47a73
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
reviewers:
- "nscuro"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "nscuro"
schedule:
interval: "daily"
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dtrack-client
# client-go

[![CI](https://github.com/DependencyTrack/client-go/actions/workflows/ci.yml/badge.svg)](https://github.com/DependencyTrack/client-go/actions/workflows/ci.yml)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/DependencyTrack/client-go)](https://pkg.go.dev/github.com/DependencyTrack/client-go)
Expand All @@ -14,10 +14,10 @@ go get github.com/DependencyTrack/client-go

## Compatibility

| *dtrack-client* Version | Go Version | Dependency-Track Version |
|:-----------------------:|:----------:|:------------------------:|
| < 0.6.0 | 1.15+ | 4.0.0+ |
| >= 0.6.0 | 1.18+ | 4.0.0+ |
| *client-go* Version | Go Version | Dependency-Track Version |
|:-------------------:|:----------:|:------------------------:|
| < 0.6.0 | 1.15+ | 4.0.0+ |
| >= 0.6.0 | 1.18+ | 4.0.0+ |

## Usage

Expand Down
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 6b47a73

Please sign in to comment.