mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-04 19:08:08 +00:00
chore(renovate): group all renovate major updates (#1003)
This commit is contained in:
parent
d2b9da6597
commit
969380c2b4
1 changed files with 0 additions and 15 deletions
15
.github/renovate.json
vendored
15
.github/renovate.json
vendored
|
|
@ -2,11 +2,6 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>renovatebot/.github", ":pinDependencies"],
|
"extends": ["github>renovatebot/.github", ":pinDependencies"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
|
||||||
"description": "Always group updates to the Renovate Docker image",
|
|
||||||
"groupName": "renovate",
|
|
||||||
"matchPackageNames": ["ghcr.io/renovatebot/renovate"]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "Use build semantic type for some deps",
|
"description": "Use build semantic type for some deps",
|
||||||
"matchPackageNames": ["@vercel/ncc", "typescript"],
|
"matchPackageNames": ["@vercel/ncc", "typescript"],
|
||||||
|
|
@ -33,21 +28,11 @@
|
||||||
{
|
{
|
||||||
"description": "Don't pin renovate updates",
|
"description": "Don't pin renovate updates",
|
||||||
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
||||||
"matchFileNames": [
|
|
||||||
"action.yml",
|
|
||||||
"src/docker.ts",
|
|
||||||
".github/workflows/build.yml"
|
|
||||||
],
|
|
||||||
"pinDigests": false
|
"pinDigests": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Use feat! semantic type for renovate major",
|
"description": "Use feat! semantic type for renovate major",
|
||||||
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
||||||
"matchFileNames": [
|
|
||||||
"action.yml",
|
|
||||||
"src/docker.ts",
|
|
||||||
".github/workflows/build.yml"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
"commitMessagePrefix": "feat(deps)!:",
|
"commitMessagePrefix": "feat(deps)!:",
|
||||||
"additionalBranchPrefix": "renovate-major"
|
"additionalBranchPrefix": "renovate-major"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue