mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore(renovate): fix config (#884)
This commit is contained in:
parent
d4f5ed0b0b
commit
1eb9d9be0b
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