Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
ci: ignore deprecated trivy-db versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgacsal committed Feb 20, 2024
1 parent e086f20 commit 98ad76f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,18 @@
"description": [
"Group Azure Bicep dependency updates in single PR."
]
},
{
"matchDatasources": [
"go"
],
"matchPackageNames": [
"github.com/aquasecurity/trivy-db"
],
"allowedVersions": "!/^v1/",
"description": [
"Ignore versions starting with v1 for trivy-db as v1 is deprecated."
]
}
],
"postUpdateOptions": [
Expand Down

0 comments on commit 98ad76f

Please sign in to comment.