Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ee0d0403a | |||
| 9dab9186e5 |
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user