Skip to content

Commit 69f20d4

Browse files
authored
fix: exclude docker file from updates and remove pinDigest (#1329)
Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com>
1 parent 90cb97d commit 69f20d4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

renovate.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@
5959
"schedule": [
6060
"before 6pm on wednesday"
6161
],
62-
"prPriority": 5,
63-
"pinDigests": true
62+
"prPriority": 5
63+
},
64+
{
65+
"matchDatasources": ["docker"],
66+
"matchPackageNames": ["quay.io/fedora/fedora"],
67+
"enabled": false
6468
}
6569
]
6670
}

0 commit comments

Comments
 (0)