Skip to content

Commit

Permalink
chore: enable renovate
Browse files Browse the repository at this point in the history
Enable Renovate and drop dependabot.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 6, 2023
1 parent 195af85 commit ab428a5
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

50 changes: 50 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":semanticCommitScopeDisabled",
":gitSignOff"
],
"prHeader": "Update Request | Renovate Bot",
{
"matchPackagePatterns": [
"*"
],
"matchDatasources": [
"docker"
],
"groupName": "container images"
},
{
"matchPackagePatterns": [
"*"
],
"matchDatasources": [
"go",
"golang-version"
],
"groupName": "go packages"
},
{
"matchPackagePatterns": [
"*"
],
"matchDatasources": [
"npm"
],
"groupName": "node packages"
},
{
"matchPackagePatterns": [
"*"
],
"matchDatasources": [
"git-refs",
"git-tags",
"github-tags",
"github-releases"
],
"groupName": "releases"
}
]
}

0 comments on commit ab428a5

Please sign in to comment.