mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
skip: merge (1eb9d9be0b) [skip release]
This commit is contained in:
commit
63b9359ba9
1 changed files with 3 additions and 3 deletions
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
|
|
@ -31,7 +31,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Don't require approval for renovate",
|
"description": "Don't require approval for renovate",
|
||||||
"matchDepNames": [
|
"matchPackageNames": [
|
||||||
"ghcr.io/renovatebot/renovate",
|
"ghcr.io/renovatebot/renovate",
|
||||||
"renovatebot/github-action"
|
"renovatebot/github-action"
|
||||||
],
|
],
|
||||||
|
|
@ -39,13 +39,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Don't pin renovate updates",
|
"description": "Don't pin renovate updates",
|
||||||
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
|
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
||||||
"matchFileNames": ["action.yml", "src/docker.ts"],
|
"matchFileNames": ["action.yml", "src/docker.ts"],
|
||||||
"pinDigests": false
|
"pinDigests": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Use feat! semantic type for renovate major",
|
"description": "Use feat! semantic type for renovate major",
|
||||||
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
|
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
||||||
"matchFileNames": ["action.yml", "src/docker.ts"],
|
"matchFileNames": ["action.yml", "src/docker.ts"],
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
"commitMessagePrefix": "feat(deps)!:",
|
"commitMessagePrefix": "feat(deps)!:",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue