Skip to content

Commit

Permalink
fix(internal): remove @bfra.me-specific package rules (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Oct 19, 2024
1 parent 5c99b39 commit b32335d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@
],
automergeType: 'pr',
prCreation: 'not-pending',
rebaseWhen: 'behind-base-branch',
}
1 change: 0 additions & 1 deletion automerge.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
automerge: true,
addLabels: ['automerge'],
rebaseWhen: 'behind-base-branch',
}
30 changes: 1 addition & 29 deletions internal.json5
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
prConcurrentLimit: 5,
prCreation: 'not-pending',
prHourlyLimit: 0,
rebaseWhen: 'behind-base-branch',
rebaseWhen: 'auto',
recreateClosed: true,

assigneesFromCodeOwners: true,
Expand Down Expand Up @@ -108,15 +108,13 @@
matchUpdateTypes: ['digest', 'patch', 'pinDigest'],
addLabels: ['automerge'],
automerge: true,
rebaseWhen: 'behind-base-branch',
},
{
description: 'Automerge `minor` and `patch` update types (except unstable versions, e.g., `0.x`).',
matchCurrentVersion: '!/^v?0/',
matchUpdateTypes: ['minor', 'patch'],
addLabels: ['automerge'],
automerge: true,
rebaseWhen: 'behind-base-branch',
},
{
description: 'Pin GitHub Action digests to SemVer versions.',
Expand All @@ -133,45 +131,19 @@
description: 'Automerge GitHub Actions as PRs.',
matchManagers: ['github-actions'],
automergeType: 'pr',
rebaseWhen: 'auto',
},
{
description: 'Pin digests of @bfra-me GitHub actions and reusable workflows to SemVer versions.',
matchDatasources: ['github-tags'],
matchPackageNames: [
'@bfra.me/**',
'bfra-me/**',
'!bfra-me/renovate-config',
],
extractVersion: '^(?<version>v\\d+\\.\\d+\\.\\d+)$',
pinDigests: true,
rangeStrategy: 'replace',
versioning: 'regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$',
},
{
description: 'Exclude broken versions of the `bfra-me/renovate-config` preset.',
matchPackageNames: ['bfra-me/renovate-config'],
allowedVersions: '>=v3.4.6',
},
{
description: 'Enable platform automerge feature for @bfra-me organization repositories.',
matchRepositories: ['bfra-me/**'],
platformAutomerge: true,
},
{
description: ['Disable patch updates except for @bfra-me packages.'],
excludePackageNames: ['@bfra.me/**', 'bfra-me/**'],
matchUpdateTypes: ['patch'],
enabled: false,
},
{
description: 'Automerge `minor` and `patch` update types of @bfra-me packages.',
matchPackageNames: ['@bfra.me/**', 'bfra-me/**'],
matchUpdateTypes: ['minor', 'patch'],
addLabels: ['automerge'],
automerge: true,
dependencyDashboardApproval: false,
rebaseWhen: 'auto',
},
{
description: 'Remove minimum release age config for bfra.me packages.',
Expand Down

0 comments on commit b32335d

Please sign in to comment.