We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3031a50 commit 13bd545Copy full SHA for 13bd545
.github/renovate.json5
@@ -4,6 +4,8 @@
4
'config:best-practices',
5
'helpers:pinGitHubActionDigestsToSemver',
6
],
7
+ ignorePaths: [], // overwrite default ignore which includes **/test/**
8
+ // used to update docker image versions used in Java test files
9
packageRules: [
10
{
11
// this is to reduce the number of renovate PRs
0 commit comments