Skip to content

Commit

Permalink
chore(renovate): fix config (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Nov 8, 2024
1 parent d4f5ed0 commit 1eb9d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
},
{
"description": "Don't require approval for renovate",
"matchDepNames": [
"matchPackageNames": [
"ghcr.io/renovatebot/renovate",
"renovatebot/github-action"
],
"dependencyDashboardApproval": false
},
{
"description": "Don't pin renovate updates",
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"matchFileNames": ["action.yml", "src/docker.ts"],
"pinDigests": false
},
{
"description": "Use feat! semantic type for renovate major",
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"matchFileNames": ["action.yml", "src/docker.ts"],
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(deps)!:",
Expand Down

0 comments on commit 1eb9d9b

Please sign in to comment.