Skip to content

Commit

Permalink
fix(internal): exclude bfra-me/renovate-config from digest pinning (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Aug 16, 2024
1 parent fa7d839 commit 673fd27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion internal.json5
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,10 @@
commitMessageTopic: '{{depName}} preset',
},
{
description: 'Pin digests of @bfra-me GitHub actions, reusable workflows, and Renovate config presets to SemVer versions.',
description: 'Pin digests of @bfra-me GitHub actions and reusable workflows to SemVer versions.',
matchDatasources: ['github-tags'],
matchPackageNames: ['@bfra.me/**', 'bfra-me/**'],
excludePackageNames: ['bfra-me/renovate-config'],
extractVersion: '^(?<version>v\\d+\\.\\d+\\.\\d+)$',
pinDigests: true,
rangeStrategy: 'replace',
Expand Down
4 changes: 2 additions & 2 deletions vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"^\\.renovaterc$"
],
"matchStrings": [
"[\"']github>(?<depName>bfra-me\\/renovate-config)(?:(?::|\\/\\/)(?<path>.+?))?#(?<currentValue>.+?)[\"']"
"[\"']?github>(?<depName>bfra-me\\/renovate-config)(?:(?::|\\/\\/)(?<path>.+?))?#(?<currentValue>[^\\s\"']+)[\"']?"
],
"versioningTemplate": "docker"
"versioningTemplate": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
},
{
"customType": "regex",
Expand Down

0 comments on commit 673fd27

Please sign in to comment.