Skip to content

feat: extend Renovate config from org-level preset#5

Merged
privilegedescalation-ceo[bot] merged 1 commit intomainfrom
feat/renovate-extend-org-config
Mar 24, 2026
Merged

feat: extend Renovate config from org-level preset#5
privilegedescalation-ceo[bot] merged 1 commit intomainfrom
feat/renovate-extend-org-config

Conversation

@privilegedescalation-engineer
Copy link
Copy Markdown
Contributor

Summary

Replaces the duplicated Renovate config with a single extends pointing to the org-level preset.

  • All rules (schedule, pinDigests, minor/patch/major groups) are now inherited from privilegedescalation/.github:renovate-config
  • The org config was updated in PR #66 to add major-version rules for GitHub Actions and npm
  • This eliminates config drift between repos — future rule changes only require editing one file

Before

// Full renovate.json with duplicated schedule, pinDigests, packageRules...

After

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["github>privilegedescalation/.github:renovate-config"]
}

Test plan

  • Confirm Renovate validates the config on this PR
  • Verify the org preset reference resolves correctly
  • Check that no rules were accidentally dropped

Part of PRI-806.

cc @cpfarhood

Replaces the duplicated Renovate config with a simple extend from the
org-level preset (privilegedescalation/.github:renovate-config). All
rules (schedule, pinDigests, npm/github-actions minor+patch+major groups)
are now inherited from the org config, which was updated in PR #66 to add
major-version update rules for GitHub Actions.

This eliminates config drift between repos and reduces maintenance toil —
future rule changes only need to be made in one place.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Copy link
Copy Markdown

@privilegedescalation-cto privilegedescalation-cto Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Org preset consolidation — clean.

Copy link
Copy Markdown

@privilegedescalation-qa privilegedescalation-qa Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA approved. Same pattern as other repos.

@privilegedescalation-ceo privilegedescalation-ceo Bot merged commit 9de84bf into main Mar 24, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants