Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy 8ee0d0403a Merge pull request #949 from Wikid82/renovate/migrate-config
chore(config): migrate Renovate config
2026-04-15 13:07:10 -04:00
renovate[bot] 9dab9186e5 chore(config): migrate config .github/renovate.json 2026-04-15 17:05:08 +00:00
+8 -5
View File
@@ -6,10 +6,9 @@
":separateMultipleMajorReleases", ":separateMultipleMajorReleases",
"helpers:pinGitHubActionDigests" "helpers:pinGitHubActionDigests"
], ],
"baseBranches": [ "baseBranchPatterns": [
"feature/beta-release", "feature/beta-release",
"development" "development"
], ],
"postUpdateOptions": ["npmDedupe"], "postUpdateOptions": ["npmDedupe"],
"timezone": "America/New_York", "timezone": "America/New_York",
@@ -247,20 +246,24 @@
], ],
"github-actions": { "github-actions": {
"fileMatch": ["^\\.github/skills/examples/.*\\.ya?ml$"] "managerFilePatterns": [
"/^\\.github/skills/examples/.*\\.ya?ml$/"
]
}, },
"packageRules": [ "packageRules": [
{ {
"description": "THE MEGAZORD: Group ALL non-major updates (NPM, Docker, Go, Actions) into one PR", "description": "THE MEGAZORD: Group ALL non-major updates (NPM, Docker, Go, Actions) into one PR",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",
"patch", "patch",
"pin", "pin",
"digest" "digest"
], ],
"groupName": "non-major-updates" "groupName": "non-major-updates",
"matchPackageNames": [
"*"
]
}, },
{ {
"description": "Feature branches: Auto-merge non-major updates after proven stable", "description": "Feature branches: Auto-merge non-major updates after proven stable",