Skip to content

Commit

Permalink
fix(vendors): use docker versioning for presets; remove pinDigests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown committed Aug 14, 2024
1 parent 81f25af commit 18e2087
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions internal.json5
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,7 @@
{
description: 'Add support for @bfra-me Renovate config presets.',
matchDepNames: ['bfra-me/renovate-config'],
excludeUpdateTypes: ['major'],
commitMessageTopic: '{{depName}} preset',
pinDigests: false,
rangeStrategy: 'replace',
},
{
description: 'Exclude broken versions of the `bfra-me/renovate-config` preset.',
Expand Down Expand Up @@ -194,13 +191,5 @@
minimumReleaseAge: null,
prNotPendingHours: 0,
},
{
description: 'Disable digest pinning for @bfra-me GitHub actions and reusable workflows.',
matchDepTypes: ['action'],
matchPackagePrefixes: ['@bfra.me/', 'bfra-me/'],
excludeUpdateTypes: ['major'],
pinDigests: false,
rangeStrategy: 'replace',
},
],
}
2 changes: 1 addition & 1 deletion vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"matchStrings": [
"[\"']github>(?<depName>bfra-me\\/renovate-config)(?:(?::|\\/\\/)(?<path>.+?))?#(?<currentValue>.+?)[\"']"
],
"versioningTemplate": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
"versioningTemplate": "docker"
},
{
"customType": "regex",
Expand Down

0 comments on commit 18e2087

Please sign in to comment.