Skip to content

Commit

Permalink
Merge pull request #320 from bmsiegel/main
Browse files Browse the repository at this point in the history
Move golang to its own pr
  • Loading branch information
cert-manager-prow[bot] committed May 14, 2024
2 parents d2efcbe + db16c95 commit d4234db
Showing 1 changed file with 37 additions and 26 deletions.
63 changes: 37 additions & 26 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,44 @@
],
"dependencyDashboard": false,
"ignorePaths" : [
"config/manager/kustomization.yaml",
".github/workflows/on-push-to-main-branch.yml",
".github/workflows/on-release.yml",
".github/workflows/sync.yml"
"**/config/manager/kustomization.yaml"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
},
{
"matchPackageNames": [
"golang"
],
"matchUpdateTypes": [
"minor",
"major"
],
"groupName": "golang",
"groupSlug": "golang-update"
},
{
"matchPackageNames": [
"k8s.io/client-go",
"k8s.io/api",
"k8s.io/apimachinery"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
}
],
"packageRules": [{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}, {
"matchPackageNames": [
"k8s.io/client-go",
"k8s.io/api",
"k8s.io/apimachinery"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
}],
"prConcurrentLimit": 3,
"prHourlyLimit": 1,
"regexManagers": [
Expand Down

0 comments on commit d4234db

Please sign in to comment.