Skip to content

Commit 1b0302e

Browse files
authored
fix: ignore kics renovate (#310)
* fix(renovate): ignore-kics * fix(renovate): ignore-kics
1 parent e187a74 commit 1b0302e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

renovate.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
"matchUpdateTypes": ["minor"]
2727
},
2828
{
29-
"groupName": "kics-github-action",
3029
"matchPackageNames": ["checkmarx/kics-github-action"],
31-
"allowedVersions": "!/^2.1.8$/"
30+
"allowedVersions": "!/^(2.1.8|c456d04)$/"
3231
}
3332
]
3433
}

0 commit comments

Comments
 (0)