From f1ce6b87b8f16f48c2b9ad2884cd02f2be799d8a Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Sun, 24 Nov 2024 20:26:40 -0700 Subject: [PATCH] fix(internal): disable action and docker digest pinning (#1101) --- internal.json5 | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/internal.json5 b/internal.json5 index 50acde7..8db705c 100644 --- a/internal.json5 +++ b/internal.json5 @@ -47,7 +47,7 @@ commitMessageAction: 'rollback', }, - ignorePresets: [':ignoreModulesAndTests'], + ignorePresets: [':ignoreModulesAndTests', 'docker:pinDigests'], ignorePaths: [ '**/node_modules/**', '**/bower_components/**', @@ -116,17 +116,6 @@ addLabels: ['automerge'], automerge: true, }, - { - description: 'Pin GitHub Action digests to SemVer versions.', - matchDepTypes: ['action'], - excludeDepPatterns: [ - '^elstudio/actions-settings(\\/.*)?$', - '^exivity/actions(\\/.*)?$', - ], - extractVersion: '^(?v?\\d+(\\.\\d+\\.\\d+)?)$', - pinDigests: true, - versioning: 'regex:^v?(?\\d+)(\\.(?\\d+)\\.(?\\d+))?$', - }, { description: 'Automerge GitHub Actions as PRs.', matchManagers: ['github-actions'],