Skip to content

Commit

Permalink
fix(internal): relax Docker and digest pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown committed Nov 30, 2024
1 parent 1e89cb5 commit a9ee336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal.json5
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
commitMessageAction: 'rollback',
},

ignorePresets: [':ignoreModulesAndTests', 'docker:pinDigests'],
ignorePresets: [':ignoreModulesAndTests'],
ignorePaths: [
'**/node_modules/**',
'**/bower_components/**',
Expand Down Expand Up @@ -105,8 +105,8 @@
excludePackagePrefixes: ['@bfra.me/', 'bfra-me/'],
},
{
description: 'Automerge `digest`, `patch`, and `pinDigest` update types.',
matchUpdateTypes: ['digest', 'patch', 'pinDigest'],
description: 'Automerge `patch`, and `pin` update types.',
matchUpdateTypes: ['digest', 'patch', 'pin'],
addLabels: ['automerge'],
automerge: true,
platformAutomerge: true,
Expand Down

0 comments on commit a9ee336

Please sign in to comment.