Skip to content

Commit

Permalink
ci: Ignore policy-reporter-ui 1.5.1
Browse files Browse the repository at this point in the history
On #294, the bot bumped of policy-reporter-ui, where it got bumped to v1.15.1.
Turns out that 1.15.1 tag is 2 years old, and looks like a mistake on tagging, as it is between 0.15.0 and 0.15.1 in the timeline. See:
https://github.com/orgs/kyverno/packages/container/policy-reporter-ui/10126783?tag=1.15.1

Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Sep 29, 2023
1 parent 0c50ec6 commit 4a9095c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@
"labels": [
"dependencies"
]
"packageRules": [
{
"matchPackagePatterns": [
"^policy-reporter-ui"
],
"allowedVersions": "!/1.15.1$/"
}
]
}

0 comments on commit 4a9095c

Please sign in to comment.