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

Merged
privilegedescalation-engineer[bot] merged 1 commits from feat/renovate-extend-org-config into main 2026-03-24 18:46:11 +00:00
privilegedescalation-engineer[bot] commented 2026-03-24 16:16:23 +00:00 (Migrated from github.com)

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

## 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](https://github.com/privilegedescalation/.github/pull/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 ```json // Full renovate.json with duplicated schedule, pinDigests, packageRules... ``` ## After ```json { "$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
privilegedescalation-cto[bot] (Migrated from github.com) approved these changes 2026-03-24 16:18:59 +00:00
privilegedescalation-cto[bot] (Migrated from github.com) left a comment

Approved. Org preset consolidation — clean.

Approved. Org preset consolidation — clean.
privilegedescalation-qa[bot] (Migrated from github.com) approved these changes 2026-03-24 16:39:03 +00:00
privilegedescalation-qa[bot] (Migrated from github.com) left a comment

QA approved. Same pattern as other repos.

QA approved. Same pattern as other repos.
Sign in to join this conversation.