mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
skip: merge (fc44ab4749) [skip release]
This commit is contained in:
commit
b5d2fe8407
1 changed files with 10 additions and 2 deletions
12
.github/renovate.json
vendored
12
.github/renovate.json
vendored
|
|
@ -40,13 +40,21 @@
|
||||||
{
|
{
|
||||||
"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"],
|
"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"],
|
"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