Skip to content

Commit

Permalink
ci: Update renovatebot config to use shared one
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Mar 12, 2025
1 parent df7b5c3 commit c070687
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"github>kubewarden/github-actions//renovate-config/policies"
],
"packageRules": [
{
"description": "Update GitHub Actions",
"matchManagers": [
"github-actions"
],
"groupName": "github-actions",
"groupSlug": "github-actions"
}
]
}

0 comments on commit c070687

Please sign in to comment.