Skip to content

Commit

Permalink
fix(internal): disable action and docker digest pinning (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Nov 25, 2024
1 parent a75acb1 commit f1ce6b8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions internal.json5
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
commitMessageAction: 'rollback',
},

ignorePresets: [':ignoreModulesAndTests'],
ignorePresets: [':ignoreModulesAndTests', 'docker:pinDigests'],
ignorePaths: [
'**/node_modules/**',
'**/bower_components/**',
Expand Down Expand Up @@ -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: '^(?<version>v?\\d+(\\.\\d+\\.\\d+)?)$',
pinDigests: true,
versioning: 'regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$',
},
{
description: 'Automerge GitHub Actions as PRs.',
matchManagers: ['github-actions'],
Expand Down

0 comments on commit f1ce6b8

Please sign in to comment.