Skip to content

Commit

Permalink
reduce renovate noise (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
maboehm authored Mar 7, 2024
1 parent ae1315e commit 1b0de1b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/renovate.json

This file was deleted.

31 changes: 31 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"dependencyDashboard": true,
"postUpdateOptions": [
"gomodTidy"
],
"labels": [
"kind/upgrade"
],
"ignoreDeps": [
"sigs.k8s.io/controller-runtime/tools/setup-envtest",
// this repo is already a v2 package, but gophercloud/v2 is not released yet
"github.com/gophercloud/utils"
],
"packageRules": [
{
"matchPackageNames": [
"github.com/onsi/gomega",
"github.com/onsi/ginkgo/v2"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
}

0 comments on commit 1b0de1b

Please sign in to comment.