Skip to content

Commit

Permalink
Update renovate.json (#2668)
Browse files Browse the repository at this point in the history
* Update renovate.json

Signed-off-by: Liora Milbaum <lmilbaum@redhat.com>

* Update renovate.json

Signed-off-by: Liora Milbaum <lmilbaum@redhat.com>

---------

Signed-off-by: Liora Milbaum <lmilbaum@redhat.com>
  • Loading branch information
lmilbaum committed Dec 7, 2023
1 parent 4831b08 commit 3be987e
Showing 1 changed file with 33 additions and 12 deletions.
45 changes: 33 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,47 @@
"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
},
{
"matchManagers": ["gomod"],
"enabled": false
}
]
}

0 comments on commit 3be987e

Please sign in to comment.