Skip to content

Commit

Permalink
ci(renovate): replacing deprecated excludeDepNames with matchDepNames
Browse files Browse the repository at this point in the history
  • Loading branch information
sscheib committed Jul 28, 2024
1 parent 417f748 commit ba021be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"enabled": true
},
"rangeStrategy": "bump",
"excludeDepNames": [
"registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8",
"registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9",
"ghcr.io/ansible-community/community-ee-base"
"matchDepNames": [
"!registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8",
"!registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9",
"!ghcr.io/ansible-community/community-ee-base"
]
},
{
Expand Down

0 comments on commit ba021be

Please sign in to comment.