do less renovate pinning - starting out with docker images
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
+10
-3
@@ -3,7 +3,11 @@
|
||||
|
||||
labels: ['dependencies'],
|
||||
|
||||
extends: ['config:best-practices', ':gitSignOff'],
|
||||
extends: [
|
||||
'config:best-practices',
|
||||
':gitSignOff',
|
||||
'default:pinDigestsDisabled',
|
||||
],
|
||||
// do not pin dev dependencies, which are part of the best-practices preset
|
||||
ignorePresets: [':pinDevDependencies'],
|
||||
|
||||
@@ -12,8 +16,11 @@
|
||||
|
||||
postUpdateOptions: ['yarnDedupeHighest'],
|
||||
rangeStrategy: 'update-lockfile',
|
||||
// @elastic/elasticsearch is ignored due to licensing issues. See #10992
|
||||
ignoreDeps: ['@elastic/elasticsearch', 'event-source-polyfill'],
|
||||
ignoreDeps: [
|
||||
// ignored due to licensing issues. See #10992
|
||||
'@elastic/elasticsearch',
|
||||
'event-source-polyfill',
|
||||
],
|
||||
packageRules: [
|
||||
{
|
||||
matchSourceUrlPrefixes: ['https://github.com/spotify/web-scripts'],
|
||||
|
||||
Reference in New Issue
Block a user