Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: Liora Milbaum <lmilbaum@redhat.com>
  • Loading branch information
lmilbaum committed Dec 7, 2023
1 parent 5580953 commit cf0a851
Showing 1 changed file with 29 additions and 12 deletions.
41 changes: 29 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,43 @@
"groupName": null
},
{
"description": "Group GitHub Actions updates",
"matchManagers": [ "github-actions" ],
"groupName": "github-actions",
"pinDigests": false
"description": "Group GitHub Actions updates",
"matchManagers": [
"github-actions"
],
"groupName": "github-actions",
"pinDigests": false
},
{
"description": "Group pip requirements updates",
"matchManagers": [ "pip_requirements" ],
"groupName": "pip_requirements"
"description": "Group pip requirements updates",
"matchManagers": [
"pip_requirements"
],
"groupName": "pip_requirements"
},
{
"description": "Group dockerfile updates",
"matchManagers": [ "dockerfile" ],
"excludePackageNames": ["docker.io/golang"],
"groupName": "dockerfile"
"description": "Group dockerfile updates",
"matchManagers": [
"dockerfile"
],
"excludePackageNames": [
"docker.io/golang"
],
"groupName": "dockerfile"
},
{
"matchPackageNames": ["docker.io/golang"],
"matchPackageNames": [
"docker.io/golang"
],
"dependencyDashboardApproval": true,
"groupName": null
},
{
"matchPackageNames": [
"quay.io/centos/centos"
],
"pinDigests": false,
"groupName": null
}
]
}

0 comments on commit cf0a851

Please sign in to comment.